Skip to content

Commit

Permalink
Limit Travis triggers for branches to master and tagged versions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc authored Feb 29, 2020
1 parent b9a9d03 commit 3e47714
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
allow_failures:
- julia: nightly

branches:
only:
- master
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags

codecov: true

# remove following lines pending merging of https://github.com/travis-ci/travis-build/pull/1571
Expand Down

0 comments on commit 3e47714

Please sign in to comment.