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

Commit 633fea6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents eec07e8 + e6507c4 commit 633fea6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
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)