diff --git a/.travis.yml b/.travis.yml index a68da29aea..da77ff0f65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,5 +54,6 @@ script: - py.test -vs tests/ - python examples/benchmark.py test -P tti -a -d 20 20 20 -n 5 - python examples/benchmark.py test -P acoustic -a + - python examples/acoustic/acoustic_example.py - py.test -vs examples/diffusion/example_diffusion.py - if [[ $TRAVIS_OS_NAME == 'osx' ]]; then ./docs/deploy.sh; fi