Skip to content

Commit b994bfc

Browse files
committed
Updated travis ci config
1 parent 6cf3106 commit b994bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ services:
2121
before_script:
2222
- |
2323
if [[ $TRAVIS_PHP_VERSION = "hhv"* ]]; then
24-
cat bin/ci/php-phpfastcache.ini >> /etc/hhvm/php.ini
24+
cat bin/ci/php_phpfastcache.ini >> /etc/hhvm/php.ini
2525
else
26-
phpenv config-add bin/ci/php-phpfastcache.ini
26+
phpenv config-add bin/ci/php_phpfastcache.ini
2727
fi
2828
2929
php:
File renamed without changes.

0 commit comments

Comments
 (0)