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

Commit

Permalink
fix travis php5.6 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Heitz committed Jun 25, 2016
1 parent 7444463 commit d527dfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ before_script:
- docker ps -a
- sudo apt-get update -qq
- sudo apt-get install -y -qq libssh2-1-dev
- if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then sudo apt-get libssh2-php; fi
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then sudo apt-get libssh2-php; fi
- touch .interactive
- if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then pecl install -f ssh2-0.13 < .interactive; fi
- if [ "$TRAVIS_PHP_VERSION" = "7.0" ]; then pecl install -f ssh2-1.0 < .interactive; fi
- php -m | grep ssh2
- composer self-update
Expand Down

0 comments on commit d527dfa

Please sign in to comment.