update travis config

This commit is contained in:
Felix Ruess
2015-03-12 17:19:40 +01:00
parent 81f562dc38
commit 7c35b5e292
+1 -2
View File
@@ -8,11 +8,10 @@ before_install:
- sudo apt-get update -q
install:
- sudo apt-get install paparazzi-dev paparazzi-jsbsim gcc-arm-none-eabi libipc-run-perl
before_script: cd conf && ln -s conf_tests.xml conf.xml && cd ..
script:
- make
- make -C tests/math test
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD J=AUTO prove tests/examples/
- PAPARAZZI_SRC=$PWD PAPARAZZI_HOME=$PWD CONF_XML=$PWD/conf/conf_tests.xml prove tests/examples/
notifications:
webhooks: