Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web authored Nov 17, 2016
1 parent 6810408 commit 233a3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cache:

before_install:
- /bin/bash $TRAVIS_BUILD_DIR/.travis/bin/install-thrift-compiler
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; (php -m | grep thrift) || true; fi
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; (php -m | grep thrift) || true; fi;
- if [[ "$TRAVIS_PHP_VERSION" != "5.6" && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini || true; fi
- composer selfupdate
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
Expand Down

0 comments on commit 233a3ed

Please sign in to comment.