aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 21:32:56 +0800
commit7756c49f5d3fe1358e55fcaa88d64b61d1231392 (patch)
treeaeac36b07b662fb0ce7902dc599062b74a3767f0 /.travis.yml
parentf44ee70c0b861c67d5efc2b92300e1c5cf90f51c (diff)
downloaddexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.tar
dexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.tar.gz
dexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.tar.bz2
dexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.tar.lz
dexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.tar.xz
dexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.tar.zst
dexon-7756c49f5d3fe1358e55fcaa88d64b61d1231392.zip
ci: Only build on dev and master (#171)
Diffstat (limited to '.travis.yml')
-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