Skip to content

Commit

Permalink
Do not run tests for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed Jul 8, 2019
1 parent 17b0af6 commit bba41ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ cache:
- .build

stages:
- "Test"
- name: "Test"
if: tag IS NOT present
- name: "Deploy"
if: tag IS present

Expand Down

0 comments on commit bba41ed

Please sign in to comment.