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 1e17c1a commit 673028eCopy full SHA for 673028e
.travis.yml
@@ -1,8 +1,6 @@
1
language: php
2
3
php:
4
- - 5.5.9
5
- - 5.5
6
- 5.6
7
- 7.0
8
- hhvm
@@ -11,18 +9,8 @@ env:
11
9
global:
12
10
- setup=basic
13
14
-matrix:
15
- include:
16
- - php: 5.5.9
17
- env: setup=lowest
18
19
- env: setup=stable
20
-
21
sudo: false
22
23
-install:
24
- - if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-source; fi
25
- - if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-stable; fi
26
- - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-source --no-interaction --prefer-lowest --prefer-stable; fi
+install: composer install --no-interaction --prefer-source
27
28
script: vendor/bin/phpunit
0 commit comments