Remove Yarn on Travis CI

This commit is contained in:
Aurélien Georget 2016-12-07 13:23:04 +01:00
parent 576a1903ec
commit e2c2b2cc2c

View File

@ -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