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