Skip to content

Commit

Permalink
fix: ci with node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
doxiaodong committed Mar 20, 2019
1 parent 195681e commit 45ea78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
- [email protected]

node_js:
- 6
- 10

before_install:
- |
Expand All @@ -29,4 +29,4 @@ env:
matrix:
- TEST_TYPE=lint
- TEST_TYPE=test
- TEST_TYPE=coverage
- TEST_TYPE=coverage

0 comments on commit 45ea78f

Please sign in to comment.