Skip to content

Commit

Permalink
more versions of node.js to test by travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
unclechu committed May 22, 2018
1 parent 3d85253 commit f3f2b4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ language: node_js
cache: yarn
node_js:
- "node"
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "4.0.0" # minimal supported version
before_install:
- npm config set strict-ssl false
- npm config set registry="http://registry.npmjs.org/"

0 comments on commit f3f2b4f

Please sign in to comment.