Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Update PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
edno committed Mar 31, 2018
1 parent 92c71ef commit c80edcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -21,6 +21,8 @@ before_script:
- touch .interactive
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then pecl install -f ssh2-0.13 < .interactive; fi
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then pecl install -f ssh2-1.0 < .interactive; fi
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then pecl install -f ssh2-1.0 < .interactive; fi
- if [ "$TRAVIS_PHP_VERSION" = "7.2" ]; then pecl install -f ssh2-1.0 < .interactive; fi
- php -m | grep ssh2
- composer self-update
- composer install
Expand Down

0 comments on commit c80edcd

Please sign in to comment.