Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Sep 19, 2020
1 parent 3250335 commit 73ab947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:

node_js:
- 10.12
- 10
- 12.0
- 12
- 14

Expand All @@ -18,7 +20,7 @@ before_script:
jobs:
include:
- stage: release
if: branch = master AND type != pull_request
if: branch = master AND type != pull_request AND fork = false
node_js: 14
env: ESLINT=6
script: npm run build
Expand Down

0 comments on commit 73ab947

Please sign in to comment.