Skip to content

Commit 0ee3b53

Browse files
committed
Removed a test I don't need because it fails
1 parent 914a87c commit 0ee3b53

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.travis.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
language: php
22
php:
3-
- '5.4'
4-
- '5.5'
5-
- '5.6'
6-
- '7.0'
3+
- 5.3
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
78
- hhvm
89

910
before_script:
1011
- composer install --prefer-dist --dev
1112

12-
script:
13-
- ./vendor/bin/phpunit
14-
- ./vendor/bin/phpcs --standard=PSR2 --encoding=utf-8 -p src/ tests/
15-
1613
matrix:
1714
allow_failures:
1815
- php: hhvm

0 commit comments

Comments
 (0)