mirror of
https://github.com/ivuorinen/palette.git
synced 2026-01-26 03:24:08 +00:00
Tweaking travis config, removing composer.lock
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
*.json
|
||||
composer.lock
|
||||
!composer.json
|
||||
vendor
|
||||
|
||||
11
.travis.yml
11
.travis.yml
@@ -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
1333
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user