Skip to content

Commit 9a70939

Browse files
authored
Update .travis.yml
1 parent 4a70ad9 commit 9a70939

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.travis.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,21 @@ matrix:
5252
# - PHPUNIT=phpunit-4.8
5353
# - TEST_LINT=`true`
5454
# - SENSIO_SECURITY=`true`
55-
# - php: 7.2
56-
# env:
57-
# - PHPUNIT=phpunit
58-
# - TEST_LINT=`true`
59-
# - SENSIO_SECURITY=`true`
60-
# - php: nightly
61-
# env:
62-
# - PHPUNIT=phpunit
63-
# - TEST_LINT=`true`
64-
# - SENSIO_SECURITY=`true`
55+
- php: 7.2
56+
env:
57+
- PHPUNIT=phpunit
58+
- TEST_LINT=`true`
59+
- SENSIO_SECURITY=`true`
60+
- php: 7.3
61+
env:
62+
- PHPUNIT=phpunit
63+
- TEST_LINT=`true`
64+
- SENSIO_SECURITY=`true`
65+
- php: nightly
66+
env:
67+
- PHPUNIT=phpunit
68+
- TEST_LINT=`true`
69+
- SENSIO_SECURITY=`true`
6570
allow_failures:
6671
- php: 5.4
6772
- php: 5.5 # needs older phpunit

0 commit comments

Comments
 (0)