Skip to content

Commit 73ab947

Browse files
Update .travis.yml
1 parent 3250335 commit 73ab947

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
@@ -9,6 +9,8 @@ env:
99

1010
node_js:
1111
- 10.12
12+
- 10
13+
- 12.0
1214
- 12
1315
- 14
1416

@@ -18,7 +20,7 @@ before_script:
1820
jobs:
1921
include:
2022
- stage: release
21-
if: branch = master AND type != pull_request
23+
if: branch = master AND type != pull_request AND fork = false
2224
node_js: 14
2325
env: ESLINT=6
2426
script: npm run build

0 commit comments

Comments
 (0)