We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9814ea commit 9b79f69Copy full SHA for 9b79f69
.travis.yml
@@ -14,6 +14,7 @@ matrix:
14
15
before_install:
16
- export ALLOW_FAILURE=1; if [ "$TRAVIS_PHP_VERSION" != "hhvm" ] && [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then export ALLOW_FAILURE=0; fi
17
+ - pecl install mcrypt-1.0.2
18
19
install:
20
- composer self-update
0 commit comments