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.
2 parents 471ea86 + f52b0a0 commit 6ffd8a6Copy full SHA for 6ffd8a6
.travis.yml
@@ -18,18 +18,21 @@ jobs:
18
dist: trusty
19
language: php
20
php: 5.4
21
+ before_install: composer self-update --2
22
install: travis_retry composer update -n -o
23
script: vendor/bin/phpunit
24
- name: PHP 5.5.9
25
26
27
php: 5.5.9
28
29
30
31
- name: PHP 5.5
32
33
34
php: 5.5
35
36
37
38
- name: PHP 5.6
0 commit comments