Skip to content

Commit

Permalink
Try again with PECL
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Apr 7, 2018
1 parent 40d12cd commit 61b9b85
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ php:

matrix:
include:
- php: 5.4
env: INOTIFY_EXTENSION=1
- php: 5.5
env: INOTIFY_EXTENSION=1
- php: 5.6
env: INOTIFY_EXTENSION=1

before_script:
- "if [ \"$INOTIFY_EXTENSION\" = \"1\" ]; then pecl install inotify; fi"
- "if [ \"$INOTIFY_EXTENSION\" = \"1\" ]; then pecl install inotify-0.1.6; fi"
- "composer install --no-progress"

script:
Expand Down

0 comments on commit 61b9b85

Please sign in to comment.