ci: update travis config

This commit is contained in:
Alexander Zhukov 2017-09-09 10:44:13 +03:00
parent b23c65afdf
commit da955b7af1

View file

@ -7,7 +7,7 @@ node_js:
cache: cache:
directories: directories:
- $HOME/.cache/yarn - node_modules
addons: addons:
apt: apt:
@ -16,12 +16,8 @@ addons:
packages: packages:
- g++-4.8 - g++-4.8
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install: install:
- yarn - npm i
script: script:
- npm run build:ci - npm run build:ci