diff options
author | yenlin.lai <yenlin.lai@cobinhood.com> | 2019-03-25 10:36:05 +0800 |
---|---|---|
committer | yenlinlai <38415072+yenlinlai@users.noreply.github.com> | 2019-03-25 14:24:23 +0800 |
commit | 1ad8c576925475b0190232ae482ad3b7f0d4611d (patch) | |
tree | 73e2afa2754ecc32c0d2051f9bc2efde751c83d3 | |
parent | f3dc52ca91f2cdd931a41bd219fcfcf2c47f426f (diff) | |
download | dexon-decimal-1ad8c576925475b0190232ae482ad3b7f0d4611d.tar.gz dexon-decimal-1ad8c576925475b0190232ae482ad3b7f0d4611d.tar.zst dexon-decimal-1ad8c576925475b0190232ae482ad3b7f0d4611d.zip |
misc: only trigger travis on master branch
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5f81757..8b40527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go +branches: + only: + - master + go: - "1.10" - "1.11" |