Skip to content

Commit

Permalink
chore: add CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Feb 6, 2018
1 parent 0902785 commit 30ca1c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- "6"

cache:
directories:
- "node_modules"

install:
- npm install

script:
- npm run build
- npm run test

0 comments on commit 30ca1c3

Please sign in to comment.