Skip to content

Commit

Permalink
Merge pull request #12 from bootstrap-styled/dev
Browse files Browse the repository at this point in the history
ci(travis): fix travis jobs triggering on wrong conditions
  • Loading branch information
kopax authored Dec 16, 2018
2 parents 6875400 + 8aefc78 commit 53ae622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Job: Release
- stage: release
if: branch = master
if: branch = master AND type = push AND fork = false
node_js:
- 'lts/*'
skip_cleanup: true
Expand All @@ -66,7 +66,7 @@ jobs:

# Job: Page
- stage: deploy
if: branch = master
if: branch = master AND type = push AND fork = false
node_js:
- 'lts/*'
script:
Expand Down

0 comments on commit 53ae622

Please sign in to comment.