Skip to content

Commit

Permalink
Removing HHVM tests. Replacing with PHP7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
votemike committed Aug 22, 2017
1 parent 9a4c6cf commit 884a8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ language: php
php:
- '5.6'
- '7.0'
- hhvm
- '7.1'
env:
- INTL_VERSION="2.3.*"
- INTL_VERSION="3.0.*"
before_script:
- composer self-update
- composer require symfony/intl:${INTL_VERSION}
- composer install --prefer-source --no-interaction
- composer install --prefer-source --no-interaction

0 comments on commit 884a8bb

Please sign in to comment.