Skip to content

Commit

Permalink
Merge pull request #230 from MichaelDeBoey/patch-1
Browse files Browse the repository at this point in the history
ci: update travis config
  • Loading branch information
Belco90 committed Sep 19, 2020
2 parents 3250335 + 73ab947 commit a934cd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
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 a934cd7

Please sign in to comment.