Unverified Commit cf563a69 authored by Dennis Jenkins's avatar Dennis Jenkins Committed by GitHub

Update .travis.yml

parent f3b15b72
...@@ -5,8 +5,7 @@ script: ...@@ -5,8 +5,7 @@ script:
- mkdir build - mkdir build
- cd build - cd build
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PISTACHE_EXAMPLES=TRUE -DBUILD_PISTACHE_TESTS=TRUE .. - cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_PISTACHE_EXAMPLES=TRUE -DBUILD_PISTACHE_TESTS=TRUE ..
- make - make all test
- make test
compiler: compiler:
- clang - clang
- gcc-5 - gcc-5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment