travis: exclude poldi, waterway tests

This commit is contained in:
Marc Tobias Metten
2016-07-31 02:17:28 +02:00
parent 8a823d1361
commit 1fb847a5ad
2 changed files with 10 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ script:
- cd $TRAVIS_BUILD_DIR/tests-php
- phpunit ./
- cd $TRAVIS_BUILD_DIR/tests
- lettuce --verbosity=2 features/api
- lettuce --verbosity=2 features/db
- lettuce --verbosity=2 features/osm2pgsql
- #lettuce features/api
- lettuce features/db -t -Fail -t RiverRhein -t -Tiger -t -poldi-only
- lettuce features/osm2pgsql
notifications:
email: false