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-01-24 13:23:24 +0800
commitfe24e0d8ea8f85e158169d5ad92adf366476f95b (patch)
treec5fa79f65a99dc87e355d4f70f45e24b117fd830
parentb3f2fc04063d9201372f9bdc3be73c2358b7bcea (diff)
downloaddexon-fe24e0d8ea8f85e158169d5ad92adf366476f95b.tar.gz
dexon-fe24e0d8ea8f85e158169d5ad92adf366476f95b.tar.zst
dexon-fe24e0d8ea8f85e158169d5ad92adf366476f95b.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