Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Nov 12, 2017
1 parent de2d828 commit 57647cc
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 @@
dist: trusty
sudo: true

language: node_js
node_js:
- "8"

script:
- npm test

notifications:
email:
on_success: never
on_failure: never

0 comments on commit 57647cc

Please sign in to comment.