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-03-12 12:19:09 +0800
commit2607a5275dad8d961ef3688012a81a7d0a40c908 (patch)
tree102b084f263ac17bd6ae856f716793564a8aa117
parent2fd6ae06ffe660d27766b40bf130514150efc4cc (diff)
downloaddexon-2607a5275dad8d961ef3688012a81a7d0a40c908.tar
dexon-2607a5275dad8d961ef3688012a81a7d0a40c908.tar.gz
dexon-2607a5275dad8d961ef3688012a81a7d0a40c908.tar.bz2
dexon-2607a5275dad8d961ef3688012a81a7d0a40c908.tar.lz
dexon-2607a5275dad8d961ef3688012a81a7d0a40c908.tar.xz
dexon-2607a5275dad8d961ef3688012a81a7d0a40c908.tar.zst
dexon-2607a5275dad8d961ef3688012a81a7d0a40c908.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 b5748f00c..f377698f3 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