8000 Update travis.yml; test against 7.0 · colinodell/omnipay-zero@b924670 · GitHub
[go: up one dir, main page]

Skip to content

Commit b924670

Browse files
committed
Update travis.yml; test against 7.0
1 parent 1963925 commit b924670

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8+
- 7.0
89
- hhvm
910

11+
matrix:
12+
allow_failures:
13+
- php: 7.0
14+
1015
before_script:
16+
- composer self-update
1117
- composer install -n --dev --prefer-source
1218

13-
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
19+
script:
20+
- vendor/bin/phpcs --standard=PSR2 src
21+
- vendor/bin/phpunit --coverage-text

0 commit comments

Comments
 (0)
0