aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-28 00:23:05 +0000
committerAleksey Kladov <[email protected]>2018-01-28 00:23:05 +0000
commit5e0752ceda8f195c2e40727cc59a4b86b97b2e1b (patch)
treeafc87ba145bbbd0d5cfa3c7cc69d978a4fd99fca /.travis.yml
parentfcc4987de576fd55131c75e41c9bfdf439be58ce (diff)
The last of the Masters
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2140f8d4a..b3134fd04 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,3 +12,9 @@ matrix:
12 - rust: stable 12 - rust: stable
13 script: 13 script:
14 - cargo test 14 - cargo test
15
16branches:
17 only:
18 - staging
19 - master
20 - trying