Skip to content

Commit

Permalink
update travis config to show warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Nov 13, 2014
1 parent f62c56f commit 0c4dad2
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
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD SHOW_WARNINGS_ONLY=1 J=AUTO prove tests/examples/

notifications:
webhooks:
Expand Down

0 comments on commit 0c4dad2

Please sign in to comment.