Skip to content

Commit 2023af0

Browse files
committed
update the Travis CI config
* do not use dev dependencies for the Symfony 2.8 job * add a job for Symfony 3.4 * use PHP 7.1 for the job using dev dependencies * install the PhpUnitBridge dependencies during the "install" step
1 parent 2b41b8b commit 2023af0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ matrix:
2222
- php: 5.6
2323
env: SYMFONY_VERSION="2.7.*"
2424
- php: 5.6
25-
env: SYMFONY_VERSION="2.8.*" DEPENDENCIES=dev
26-
# Test against dev versions
25+
env: SYMFONY_VERSION="2.8.*"
2726
- php: 5.6
27+
env: SYMFONY_VERSION="3.4.*" DEPENDENCIES=dev
28+
# Test against dev versions
29+
- php: 7.1
2830
env: DEPENDENCIES=dev
2931
- php: 7.0
3032
- php: 7.1
@@ -39,5 +41,6 @@ before_install:
3941

4042
install:
4143
- composer update $COMPOSER_FLAGS
44+
- ./vendor/bin/simple-phpunit install
4245

4346
script: ./vendor/bin/simple-phpunit -v --coverage-text

0 commit comments

Comments
 (0)