Skip to content

Commit

Permalink
fix .travis YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
marcioAlmada committed Oct 28, 2014
1 parent 198f40b commit 924ee8a
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 @@ -15,7 +15,7 @@ before_script:
- composer self-update
- composer require satooshi/php-coveralls:dev-master --no-update --dev
- composer install --dev --prefer-source
- [ "$TRAVIS_PHP_VERSION" == "5.4" ] && phpenv config-add test/condig/apc.ini # enable apc for php 5.4
- '[ "$TRAVIS_PHP_VERSION" == "5.4" ] && phpenv config-add test/config/apc.ini || true # enable apc for php 5.4'

after_script:
- php vendor/bin/coveralls

0 comments on commit 924ee8a

Please sign in to comment.