Skip to content

Commit ea29f61

Browse files
committed
travis
1 parent a7e9d66 commit ea29f61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
4+
- 7.0
5+
- 7.1
6+
- 7.2
77

88
before_script:
99
- curl -s http://getcomposer.org/installer | php
1010
- php composer.phar install --dev
1111

12-
script: phpunit
12+
script: phpunit

0 commit comments

Comments
 (0)