Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 8337f5a

Browse files
authored
Remove PHP 5.5 & 5.6 build support
1 parent 198fc39 commit 8337f5a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ cache:
1010
matrix:
1111
fast_finish: true
1212
include:
13-
- php: 5.5
14-
- php: 5.6
15-
env:
16-
- EXECUTE_DEPLOYMENT=true
1713
- php: 7.0
18-
- php: hhvm
19-
allow_failures:
20-
- php: hhvm
14+
- EXECUTE_DEPLOYMENT=true
15+
- php: 7.1
2116

2217
before_install:
2318
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini ; fi
@@ -32,4 +27,4 @@ script:
3227

3328
after_success:
3429
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_PULL_REQUEST == 'false' ]]; then composer install --no-dev --prefer-dist --no-interaction ; fi
35-
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./bin/deploy.sh ; fi
30+
- if [[ $EXECUTE_DEPLOYMENT == 'true' && $TRAVIS_PULL_REQUEST == 'false' ]]; then ./bin/deploy.sh ; fi

0 commit comments

Comments
 (0)