Skip to content

Commit

Permalink
Remove Node 7 from travis build. Add Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Aug 25, 2017
1 parent 28d3171 commit c1d5831
Show file tree
Hide file tree
Showing 2 changed files with 3,842 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: "node_js"
node_js:
- "6"
- "7"
- "8"
script:
- git config --global user.email "thought@knappi.org"
- git config --global user.name "Thought in Travis"
Expand Down
Loading

0 comments on commit c1d5831

Please sign in to comment.