Skip to content

Commit d760ce8

Browse files
committed
fix travis?
1 parent 6e1f8c0 commit d760ce8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,17 @@ php:
66
- 5.6
77
- hhvm
88

9+
env:
10+
- PAYLOAD=true
11+
- PAYLOAD=false
12+
13+
matrix:
14+
exclude:
15+
- php: 5.4
16+
env: PAYLOAD=true
17+
918
before_script:
1019
- composer install --prefer-source -n --no-dev
11-
- composer require spomky-labs/jose:2.0.x-dev
20+
- PAYLOAD && composer require spomky-labs/jose:2.0.x-dev
1221

1322
script: phpunit -c phpunit.travis.xml

0 commit comments

Comments
 (0)