Skip to content

Commit 79d7a70

Browse files
committed
updated travis
1 parent a5d00b5 commit 79d7a70

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 5.5
64
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
78
- hhvm
89

910

11+
matrix:
12+
allow_failures:
13+
- php: 7.0
14+
- php: hhvm
15+
1016
before_install:
1117
- composer self-update
18+
- composer install
1219

13-
script:
14-
- phpunit
20+
script: ./vendor/bin/phpunit

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"php": ">=5.4.0",
2222
"ext-curl": "*"
2323
},
24+
"require-dev": {
25+
"phpunit/phpunit": "~4.0"
26+
},
2427
"autoload": {
2528
"psr-4": {
2629
"Embed\\": "src"

0 commit comments

Comments
 (0)