fix(travis): update nodejs, build process
This commit is contained in:
parent
93e0a9c758
commit
f416c33498
|
@ -1,7 +1,6 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
before_install:
|
node_js:
|
||||||
- gem install sass
|
- "node"
|
||||||
- npm install -g grunt-cli
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- yarn
|
||||||
script: grunt
|
script: node_modules/.bin/grunt
|
||||||
|
|
Loading…
Reference in a new issue