Try before_install
This commit is contained in:
parent
0cefcb41fa
commit
72f4955138
|
@ -11,9 +11,9 @@ cache:
|
|||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
before_script:
|
||||
- composer install --prefer-dist --no-dev
|
||||
before_install:
|
||||
- npm install
|
||||
- composer install --prefer-dist --no-dev
|
||||
|
||||
script:
|
||||
- ./publish.sh
|
||||
|
|
Reference in a new issue