Skip to content

Commit

Permalink
update the node version inside the pipeline 馃幉 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Jan 17, 2020
1 parent ba8f93f commit 21317d7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
sudo: false
- 8
- 10
- 12
script: "npm run test-ci"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 21317d7

Please sign in to comment.