Skip to content

Commit a63db28

Browse files
committed
Update .travis.yml
1 parent 877fbcd commit a63db28

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22
php:
3-
- "5.5"
4-
- "5.4"
3+
- "5.6"
4+
- "7.0"
55

66
before_script:
77
#- pyrus install pear/PHP_CodeSniffer
@@ -29,4 +29,4 @@ script:
2929
matrix:
3030
allow_failures:
3131
- php: hhvm
32-
fast_finish: true
32+
fast_finish: true

0 commit comments

Comments
 (0)