Skip to content

Commit

Permalink
Add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BRUNNEL6 committed Oct 23, 2017
1 parent d7fdf99 commit f23ee59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- "8"
- "6.1"
before_install: if [[ `npm -v` != 4* ]]; then npm i -g npm@4; fi

0 comments on commit f23ee59

Please sign in to comment.