Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Jan 13, 2019
1 parent a031e9a commit 0c18570
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 @@ -51,7 +51,7 @@ before_script:
- if [ "$INSTALL_APCU" == "yes" ] && [ "$TRAVIS_PHP_VERSION" = "5.*" ]; then printf "\n" | pecl install apcu-4.0.10 && phpenv config-add .travis/phpenv/apcu.ini; fi
- if [ "$INSTALL_APCU" == "yes" ] && [ "$TRAVIS_PHP_VERSION" = "7.*" ]; then printf "\n" | pecl install apcu-beta && phpenv config-add .travis/phpenv/apcu.ini; fi
- if [ "$INSTALL_MEMCACHE" == "yes" ]; then phpenv config-add .travis/phpenv/memcache.ini; fi
- if [ "$INSTALL_MEMCACHED" == "yes" ]; phpenv config-add .travis/phpenv/memcached.ini; fi
- if [ "$INSTALL_MEMCACHED" == "yes" ]; then phpenv config-add .travis/phpenv/memcached.ini; fi

script:
- vendor/bin/phpunit
Expand Down

0 comments on commit 0c18570

Please sign in to comment.