Skip to content

Commit

Permalink
fix travis config
Browse files Browse the repository at this point in the history
use prove instead of make run_tests so it will use all tests in tests/examples
(we can add more without changing config)
  • Loading branch information
flixr committed Nov 7, 2014
1 parent 8df5ffb commit a21ea1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ install:
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
script:
- make
- make run_tests J=AUTO TEST_FILES=examples/01_compile_all_test_targets.t
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/

notifications:
webhooks:
Expand Down

0 comments on commit a21ea1e

Please sign in to comment.