Skip to content

Commit

Permalink
update travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolasHu committed Mar 12, 2017
1 parent 2504991 commit 0c64087
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ os:
language: node_js
node_js:
- "6.7.0"


install:
- npm install
- cd script && npm install

script:
script/build

cache:
npm

0 comments on commit 0c64087

Please sign in to comment.