Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe2b2e6

Browse files
author
Hugo Fonseca
committed
Added php7 to travis
1 parent 664202e commit fe2b2e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ php:
66
- 5.4
77
- 5.5
88
- 5.6
9+
- 7.0
910
- hhvm
1011

12+
matrix:
13+
fast_finish: true
14+
allow_failures:
15+
- php: 7.0
16+
1117
before_script:
1218
- sudo apt-get install parallel
1319
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini

0 commit comments

Comments
 (0)