Skip to content

Commit

Permalink
make test doesn't work yet
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeits committed Aug 5, 2015
1 parent 0f3dd99 commit b510854
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi

before_install:
- make download-all
- make BUILD_TYPE=$BUILD_TYPE download-all
- sudo ./install_prereqs.sh ubuntu

script:
- mkdir build
- make BUILD_TYPE=$BUILD_TYPE
- CTEST_OUTPUT_ON_FAILURE=1 make test

env:
- BUILD_TYPE=Debug
Expand Down

0 comments on commit b510854

Please sign in to comment.