Skip to content

Commit 79e6b2a

Browse files
committed
Fix travis
1 parent e1ffbc7 commit 79e6b2a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ before_script:
4444
- sh -c "if [ '$PHPCS' = '1' ]; then pear install --alldeps cakephp/CakePHP_CodeSniffer; fi"
4545
- echo "# for php-coveralls
4646
src_dir:./" > .coveralls.yml
47+
- phpenv rehash
4748
- cd ../../Console
4849

4950
script:

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
"composer/installers": "*",
2222
"ext-memcached": "*"
2323
},
24-
"require-dev": {
25-
"satooshi/php-coveralls": "dev-master"
26-
},
2724
"support": {
2825
"email": "kami@kamisama.me",
2926
"issues": "https://github.com/kamisama/CakePHP-Memcached-Engine/issues",

0 commit comments

Comments
 (0)