Skip to content

Commit

Permalink
Travis CI support
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Nov 11, 2017
1 parent 3be2e8c commit 1da95b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
File renamed without changes.
12 changes: 12 additions & 0 deletions .travis.yml
@@ -0,0 +1,12 @@
sudo: false
language: node_js
# Test against verious Node.js versions
node_js:
- "6"
- "7"
- "stable"

before_script:
# Output useful info for debugging.
- node --version
- npm --version

0 comments on commit 1da95b6

Please sign in to comment.