Skip to content

Commit

Permalink
fix tracis config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Feb 6, 2016
1 parent 3e39dbf commit ef73c68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "nightly" ]] && [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]] && [[ "$TRAVIS_PHP_VERSION" != "7.0" ]]; then printf "\n" | pecl install imagick-beta -v; fi;

before_script:
- flags=""
- if [ `phpenv version-name` == "5.3" ]; then flags="--ignore-platform-reqs"; fi
- composer install --no-interaction $flags
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then composer require satooshi/php-coveralls:dev-master --no-interaction; fi $flags
- composer install --no-interaction
- if [ "$TRAVIS_PHP_VERSION" = "5.6" ]; then composer require satooshi/php-coveralls:dev-master --no-interaction; fi

script:
- make qa_all
Expand Down

0 comments on commit ef73c68

Please sign in to comment.