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