aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-15 10:26:11 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-15 10:26:11 +0000
commitb7f72d47cc045d99d44723b3d4fac7500f53acf4 (patch)
tree0a542aad2085abb3d35c166de704305ec02af687
parentupdated (diff)
downloadmutator-b7f72d47cc045d99d44723b3d4fac7500f53acf4.tar.gz
mutator-b7f72d47cc045d99d44723b3d4fac7500f53acf4.zip
updated
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 35c8d6a..abe72a9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ dist: ubuntu-precise
language: cpp
matrix:
include:
+ os: linux
+ compiler: clang
addons:
apt:
packages:
@@ -10,5 +12,4 @@ matrix:
- libllvm3.9
- libstdc++-6-dev
env: COMPILER=clang++-3.9
- compiler: clang
script: make CXX=$COMPILER \ No newline at end of file