aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-01-24 13:23:24 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:02 +0800
commit81adde59380ce9af292d3a00cdbd57837f06da46 (patch)
treeb10121710955ede31ff5ae4fbf9af666341e2c36
parent1bec2c6ddd78d7b7ec8c7496faa3203e4b3b4c6d (diff)
downloaddexon-81adde59380ce9af292d3a00cdbd57837f06da46.tar.gz
dexon-81adde59380ce9af292d3a00cdbd57837f06da46.tar.zst
dexon-81adde59380ce9af292d3a00cdbd57837f06da46.zip
ci: Only build on dev and master (#171)
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 363937b19..66d15cfac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,10 @@
language: go
go_import_path: github.com/dexon-foundation/dexon
sudo: false
+branches:
+ only:
+ - dev
+ - master
matrix:
include:
- os: linux