Merge branch 'upgrade-step1' into upgrade-step2

This commit is contained in:
Eric Fiselier 2015-03-09 14:43:45 -04:00
commit 5b0542d583
1 changed files with 1 additions and 4 deletions

View File

@ -13,9 +13,6 @@ matrix:
- os: osx
env: BUILD_TYPE=Release STD=c++11
env:
- CTEST_OUTPUT_ON_FAILURE=1
language:
- cpp
@ -33,4 +30,4 @@ before_script:
script:
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_CXX_FLAGS="-std=${STD}"
- make
- make test
- make CTEST_OUTPUT_ON_FAILURE=1 test