mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Removed duplicated directive in travis
This commit is contained in:
parent
3e8191b281
commit
1826c12f81
1 changed files with 1 additions and 5 deletions
|
@ -26,16 +26,12 @@ branches:
|
|||
only:
|
||||
- master
|
||||
|
||||
cache:
|
||||
- npm
|
||||
- composer
|
||||
|
||||
before_script:
|
||||
- composer self-update
|
||||
- composer install --prefer-source --no-interaction
|
||||
- npm install -g npm@latest
|
||||
- npm install
|
||||
|
||||
script:
|
||||
script:
|
||||
- phpunit
|
||||
- npm test
|
||||
|
|
Loading…
Reference in a new issue