Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
smashercosmo committed Oct 5, 2017
0 parents commit 1f4db37
Show file tree
Hide file tree
Showing 7 changed files with 5,860 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.idea
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '7'
- '6'
- '4'
before_script:
- npm prune
script:
- npm run test
branches:
except:
- /^v\d+\.\d+\.\d+$/
Loading

0 comments on commit 1f4db37

Please sign in to comment.