Skip to content

Commit

Permalink
chore: Disable test stage on master
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Remove testing stage on master branch
  • Loading branch information
faucomte97 authored Apr 9, 2019
1 parent 3f0351e commit 656bfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ matrix:
fast_finish: true
stages:
- name: test
if: tag IS blank
if: tag IS blank AND (NOT branch = master)
- name: deploy
if: branch = master AND (NOT type IN (pull_request))
jobs:
Expand Down

0 comments on commit 656bfea

Please sign in to comment.