Skip to content

Commit

Permalink
fix: fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jul 17, 2020
1 parent cc34638 commit f8ea331
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "10"
- "8"
- '12'
- '10'
after_success: npm run coverage

env:
Expand All @@ -12,11 +12,8 @@ env:

matrix:
include:
- node_js: "9"
- node_js: "10"
env: BROWSER=1
include:
- node_js: "11"
env: HTTP2_TEST=1
include:
- node_js: "12"
env: HTTP2_TEST=1

0 comments on commit f8ea331

Please sign in to comment.