mirror of
https://github.com/strapi/strapi.git
synced 2025-11-13 08:38:09 +00:00
Remove Yarn on Travis CI
This commit is contained in:
parent
576a1903ec
commit
e2c2b2cc2c
@ -16,7 +16,7 @@ before_install:
|
|||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- yarn run setup
|
- npm run setup
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "7"
|
- "7"
|
||||||
@ -24,4 +24,4 @@ node_js:
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yarn run test
|
- npm run test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user