Skip to content

Commit

Permalink
chore: add node 12 to build matrix (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Feb 22, 2020
1 parent 64e2b98 commit 1d6fe00
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 183 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
notifications:
email: false
node_js:
- v12
- v10
- v8
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"debug": "^3.0.1",
"fontmin": "^0.9.6",
"lodash": "^4.17.4",
"ttf2woff2": "^2.0.3",
"ttf2woff2": "^3.0.0",
"webpack-sources": "^1.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 1d6fe00

Please sign in to comment.