Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang authored and tianrenz committed Apr 26, 2018
1 parent ba3ae13 commit abd412a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "node"
- "8"
- "7"
branches:
only:
- 2.0.x
install:
- npm install
- npm run bootstrap
script:
- npm run gulp

0 comments on commit abd412a

Please sign in to comment.