Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
test travis with run_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Carneiro committed Nov 2, 2014
1 parent ac83c67 commit 5be99ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -21,9 +21,8 @@ install:

script:
- mkdir build; pushd build;
- cmake -D CMAKE_CXX_FLAGS=--coverage .. && make debug && make -j 2 gamgee_test
- cmake -D CMAKE_CXX_FLAGS=--coverage .. && make debug && make -j 2 run_test
- popd;
- build/test/gamgee_test

after_success:
- .travis_scripts/update_website_dox.sh
Expand Down

0 comments on commit 5be99ad

Please sign in to comment.