diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-22 12:29:45 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-08-22 14:18:09 -0400 |
commit | 0c907715a34745c4db6bb320e3fbc0a163c98526 (patch) | |
tree | 76f898d99f7b71bfe14c621b70f927c93e4f018f | |
parent | 355da89eaea09f5979824808f1247a9cc4357433 (diff) |
Travis: branches only master prevents building tags
It appears there's no way to whitelist tags in addition to master, so we
can just build all for now.
https://github.com/travis-ci/travis-ci/issues/2111
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a888b1e16..a0022f8cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: c++ -branches: - only: - - master env: global: - CARGO_PATH=$HOME/.cargo/ |