Skip to content

Commit e72d955

Browse files
committed
Travis: test supported versions only
1 parent 76a0790 commit e72d955

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@ sudo: false
55
matrix:
66
fast_finish: true
77
include:
8-
- php: 7.0
98
- php: 7.1
10-
env: CODE_COVERAGE=1
119
- php: 7.2
12-
env: COMPOSER_FLAGS="--ignore-platform-reqs"
13-
- php: nightly
14-
env: COMPOSER_FLAGS="--ignore-platform-reqs"
10+
env: CODE_COVERAGE=1
1511

1612
cache:
1713
directories:
18-
- $HOME/.composer
14+
- $HOME/.composer/cache
1915

2016
install: wget -qO - https://github.com/Slamdunk/travis-scripts/raw/master/php-install.sh | sh
2117

0 commit comments

Comments
 (0)