Tweaking travis config, removing composer.lock

This commit is contained in:
Ismo Vuorinen
2017-09-14 12:06:02 +03:00
parent 22e19941b0
commit 6998e75451
3 changed files with 8 additions and 1337 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
*.json
composer.lock
!composer.json
vendor

View File

@@ -1,17 +1,20 @@
language: php
php:
- '5.6'
- '7.0'
- '7.1'
- 5.5
- 5.6
- 7.0
- 7.1
- nightly
matrix:
allow_failures:
- php: 5.5
- php: 5.6
- php: nightly
fast_finish: true
cache:
directories:
- $HOME/.composer/cache/files
before_script:
- echo $TRAVIS_PHP_VERSION
- phpenv global "$TRAVIS_PHP_VERSION"
- composer config extra.platform.php $TRAVIS_PHP_VERSION
- composer require php-coveralls/php-coveralls

1333
composer.lock generated

File diff suppressed because it is too large Load Diff