Skip to content

Commit

Permalink
update the node version inside the pipeline 馃幉 .. (#18)
Browse files Browse the repository at this point in the history
 update the node version inside the pipeline 馃幉 ..
  • Loading branch information
niftylettuce committed Jan 17, 2020
2 parents 847700a + f97b044 commit 8124593
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
sudo: false
- 8
- 10
- 12
- 'lts/*'
- 'node'
script: "npm run test-ci"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 8124593

Please sign in to comment.