Skip to content

Commit

Permalink
Add master branch to 'safelist' [ECR-2387] (exonum#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-tkach authored Sep 21, 2018
1 parent 2deb6ab commit 51594d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
language: rust

branches:
only:
- master
# Github release tags (for example "v0.9" or "v0.9.1").
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
# Branch names endings with "-release" (for example "0.9.0-release").
- /-release$/

addons:
apt:
sources:
Expand Down

0 comments on commit 51594d2

Please sign in to comment.