Skip to content

Commit

Permalink
Upgrade node versions in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeansaad committed Mar 14, 2020
1 parent 92f2955 commit 358288a
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 358288a

Please sign in to comment.