Group first 2 builds

This commit is contained in:
Benoît Burnichon
2016-02-11 20:44:29 +01:00
parent a1532f5557
commit d64eaf2b9b

View File

@@ -3,8 +3,6 @@ sudo: require
env: env:
- TEST_SUITE=1 - TEST_SUITE=1
- TEST_SUITE=2 - TEST_SUITE=2
- TEST_SUITE=3
php: php:
- 5.5 - 5.5
- 5.6 - 5.6
@@ -50,13 +48,13 @@ before_script:
script: script:
- "./node_modules/.bin/gulp test" - "./node_modules/.bin/gulp test"
- | - |
echo "$TEST_SUITE";
case "$TEST_SUITE" in case "$TEST_SUITE" in
1 ) 1 )
"./bin/phpunit" --exclude-group legacy ;; "./bin/phpunit" --exclude-group legacy ;
"./bin/phpunit" --group legacy --exclude-group web ;;
2 ) 2 )
"./bin/phpunit" --group legacy --exclude-group web;; "./bin/phpunit" --group web ;;
3 )
"./bin/phpunit" --group web;;
esac esac
notifications: notifications: