Skip to content

Commit 12b7d83

Browse files
authored
Merge pull request #35 from mmoll/travis
travis: add PHP 7.1, disable xdebug
2 parents 0094d55 + 7e96137 commit 12b7d83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ php:
55
- 5.5
66
- 5.6
77
- 7.0
8+
- 7.1
89
- hhvm
910

1011
before_script:
12+
- phpenv config-rm xdebug.ini ; exit 0
1113
- composer install --dev
1214
- mkdir -p vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4
1315
- cp ruleset.xml vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MO4/

0 commit comments

Comments
 (0)