Try snapshot composer in travis
This commit is contained in:
parent
d2cc0ee5de
commit
8b6595e65f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ before_install:
|
||||||
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
- echo 'error_log = "/tmp/php.error.log"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
|
||||||
- psql -U travis -c 'create database travis_ci_test'
|
- psql -U travis -c 'create database travis_ci_test'
|
||||||
- psql -U travis -d travis_ci_test -c 'create extension postgis'
|
- psql -U travis -d travis_ci_test -c 'create extension postgis'
|
||||||
- travis_retry composer self-update --stable
|
- travis_retry composer self-update --snapshot
|
||||||
- curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
|
- curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue