Skip to content

Commit 9b79f69

Browse files
committed
Install mcrypt extension via PECL with TravisCI
1 parent c9814ea commit 9b79f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ matrix:
1414

1515
before_install:
1616
- 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
1718

1819
install:
1920
- composer self-update

0 commit comments

Comments
 (0)