Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit e6507c4

Browse files
authored
Update .travis.yml
1 parent e767274 commit e6507c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ notifications:
77
node_js:
88
- '10'
99
- '11'
10+
- '12'
11+
- '13'
1012
- '8'
1113
script:
12-
- yarn run test:prod && yarn run build
14+
- npm run test:prod && npm run build
1315
branches:
1416
except:
1517
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)