Skip to content

Commit

Permalink
travis: Add multiple test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkprince007 committed Sep 6, 2017
1 parent eec4956 commit 6df957e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
language: node_js

node_js:
- "8"
- "7"
- "6"

install:
- npm install

script:
- npm run lint
- npm run build:react

0 comments on commit 6df957e

Please sign in to comment.