Skip to content

Commit cc63312

Browse files
committed
update travis
1 parent eab83c2 commit cc63312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ os:
77

88
node_js:
99
- '8'
10-
- '9'
10+
- '10'
1111
- 'lts/*'
1212
- 'node'
1313

@@ -20,4 +20,4 @@ script:
2020
- yarn run test
2121

2222
after_success:
23-
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'
23+
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 commit comments

Comments
 (0)