From 0c907715a34745c4db6bb320e3fbc0a163c98526 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 22 Aug 2018 12:29:45 -0400 Subject: [PATCH] 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 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a888b1e163..a0022f8cb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,4 @@ language: c++ -branches: - only: - - master env: global: - CARGO_PATH=$HOME/.cargo/