Skip to content

Commit

Permalink
update composer dependencies (#24)
Browse files Browse the repository at this point in the history
* update composer
* CS fix
* Update Travis CI configuration
  • Loading branch information
jmleroux authored Nov 15, 2017
1 parent f5db562 commit 6e042df
Show file tree
Hide file tree
Showing 3 changed files with 744 additions and 209 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
Expand All @@ -11,11 +10,12 @@ php:

matrix:
allow_failures:
- php: 5.5
- php: hhvm

cache:
directories:
- $HOME/.composer/cache
- $HOME/.composer/cache/files

before_install:
- phpenv config-rm xdebug.ini || echo "xdebug not available for PHP $TRAVIS_PHP_VERSION"
Expand All @@ -32,6 +32,7 @@ script:
notifications:
email:
- [email protected]
- [email protected]

git:
depth: 10
Loading

0 comments on commit 6e042df

Please sign in to comment.