aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index f1a318d..059ea3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,10 +11,10 @@ compiler:
env:
matrix:
- #- COMPILER=g++-4.8 CCOMPILER=gcc-4.8 PUSH_COVERAGE=ON
- #- COMPILER=g++-4.9 CCOMPILER=gcc-4.9
- # - COMPILER=g++-5 CCOMPILER=gcc-5
- #- COMPILER=clang++-3.6 CCOMPILER=clang-3.6
+ - COMPILER=g++-4.8 CCOMPILER=gcc-4.8 PUSH_COVERAGE=ON
+ - COMPILER=g++-4.9 CCOMPILER=gcc-4.9
+ - COMPILER=g++-5 CCOMPILER=gcc-5
+ - COMPILER=clang++-3.6 CCOMPILER=clang-3.6
- COMPILER=x86_64-w64-mingw32-g++ CCOMPILER=x86_64-w64-mingw32-gcc
addons:
@@ -41,7 +41,7 @@ before_script:
- mkdir build
- cd build
- cmake --version
- - cmake .. -DCMAKE_SYSTEM_NAME=Windows
+ - cmake ..
script: make -j2 && ctest -j2