Working on TravisCI
This commit is contained in:
parent
8b81a40e06
commit
7e906798de
1 changed files with 1 additions and 4 deletions
|
|
@ -12,9 +12,6 @@ addons:
|
|||
hosts:
|
||||
- ninja.dev
|
||||
|
||||
git:
|
||||
depth: 300
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- vendor
|
||||
|
|
@ -33,7 +30,7 @@ before_install:
|
|||
|
||||
install:
|
||||
# install Composer dependencies
|
||||
- travis_retry composer install;
|
||||
- travis_retry composer install --prefer-dist;
|
||||
|
||||
before_script:
|
||||
# copy configuration files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue