Skip to content

Commit

Permalink
Use generic PHP 7.1 in Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Nov 16, 2016
1 parent 0c9018f commit f8b5181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ php:
- "5.5"
- "5.6"
- "7.0"
- "7.1.0RC6"
- "7.1"
- "hhvm"
env:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dbase
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -x
set -e

if [ "$TRAVIS_PHP_VERSION" = "7.0" -o "$TRAVIS_PHP_VERSION" = "7.1.0RC6" ] ; then
if [ "$TRAVIS_PHP_VERSION" = "7.0" -o "$TRAVIS_PHP_VERSION" = "7.1" ] ; then
git clone --depth 1 git://github.com/mote0230/dbase-pecl-php7.git php7-dbase
cd php7-dbase/
phpize
Expand Down

0 comments on commit f8b5181

Please sign in to comment.