summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-09-07 12:34:50 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 13:30:24 -0400
commit16f0fa6aa6082395b683d1af788bbe12c0604033 (patch)
treea6dc80af710dae42ea40c73792bec906c5d7b52b /.travis.yml
parentb602dbd2946e83c420f54fdcb886e8d00ab37c8d (diff)
TRASH: ci: test release buildag/prepare-0.10.0
We test the release process in Travis by setting TRAVIS_TAG explicitly. We test the release process in Appveyor by switching to a branch test.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 90a71c3a..8bb33246 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ env:
global:
- PROJECT_NAME: ripgrep
- RUST_BACKTRACE: full
+ - TRAVIS_TAG: testrelease
addons:
apt:
packages:
@@ -100,6 +101,7 @@ branches:
only:
# Pushes and PR to the master branch
- master
+ - ag/prepare-0.10.0
# Ruby regex to match tags. Required, or travis won't trigger deploys when
# a new tag is pushed.
- /^\d+\.\d+\.\d+.*$/