Skip to content

Commit

Permalink
Merge pull request #3 from jeansaad/update-builds
Browse files Browse the repository at this point in the history
Upgrade node versions in build
  • Loading branch information
jeansaad committed Mar 14, 2020
2 parents 92f2955 + 358288a commit 8b090e9
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:
- "stable"
- "6"
- "12"
- "10"
script:
- npm run build
- npm test

0 comments on commit 8b090e9

Please sign in to comment.