Skip to content

Commit

Permalink
feat (build) changed nodejs version on build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbonzo committed Aug 26, 2020
1 parent c64f89d commit 7bebd7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "12"
- "10"
- "8"
- "7"
- "6"
script: npm run coverage
after_success: 'npm run coveralls'

0 comments on commit 7bebd7f

Please sign in to comment.