Skip to content

Commit

Permalink
Fix travis.yml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Oct 21, 2015
1 parent 627b004 commit 39938b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
script:
- cmake .. -DCMAKE_INSTALL_PREFIX=../target -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make
- python ../tests/axe_integration.py .
- python ../tests/axe_cli_tests.py .
- ./bin/test_axe
- make install
- test -f ../target/bin/axe
- test -f ../target/bin/axe-demux

0 comments on commit 39938b7

Please sign in to comment.