Skip to content

Commit

Permalink
Add php 7.3 (#31)
Browse files Browse the repository at this point in the history
Travis CI updates:
* Add php 7.3
* Remove hhvm from build
  • Loading branch information
vkhramtsov authored and e-moe committed Mar 12, 2019
1 parent 9e81956 commit 83ed405
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -5,20 +5,15 @@ matrix:
include:
- php: 5.6
env: deps=low
- php: hhvm
env: deps=low
- php: 7.0
env: deps=low
- php: 5.6
- php: hhvm
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
fast_finish: true

before_install:
- composer config --global --auth github-oauth.github.com $GITHUB_OAUTH_TOKEN

install:
- composer self-update
- if [ "$deps" = "no" ]; then COMPOSER_MEMORY_LIMIT=-1 composer --prefer-stable --no-interaction update; fi;
Expand Down

0 comments on commit 83ed405

Please sign in to comment.