Skip to content

Commit

Permalink
travis add node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Jun 5, 2017
1 parent 8ce956b commit dcf3883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
package-lock.json
foo.abap
node_modules/
worklist.txt
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- '6'
- '8'
after_success:
- npm run viz
- npm run coverage
Expand Down

0 comments on commit dcf3883

Please sign in to comment.