mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build on tags.
This commit is contained in:
parent
875fad2e75
commit
c4ebd0ae91
@ -26,11 +26,13 @@
|
||||
|
||||
language: cpp
|
||||
branches:
|
||||
# We need to whitelist the branches which we want to have "push" automation.
|
||||
# We need to whitelist the branches which we want to have "push" automation,
|
||||
# this includes tags (which are treated as branches by travis).
|
||||
# Pull request automation is not constrained to this set of branches.
|
||||
only:
|
||||
- develop
|
||||
- release
|
||||
- /^v[0-9]/
|
||||
matrix:
|
||||
include:
|
||||
# Ubuntu 14.04 LTS "Trusty Tahr"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user