We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba1585 commit 1831b8dCopy full SHA for 1831b8d
.travis.yml
@@ -6,17 +6,7 @@ php:
6
- 5.6
7
- hhvm
8
9
-env:
10
- - PAYLOAD=true
11
- - PAYLOAD=false
12
-
13
-matrix:
14
- exclude:
15
- - php: 5.4
16
- env: PAYLOAD=true
17
18
before_script:
19
- composer install --prefer-source -n --no-dev
20
- - 'if [[ ${PAYLOAD} == "true" ]]; then composer require spomky-labs/jose:2.0.x-dev; fi'
21
22
script: phpunit -c phpunit.travis.xml
0 commit comments