diff options
author | Casey Marshall <cmars@cmarstech.com> | 2015-03-26 11:12:31 +0800 |
---|---|---|
committer | Casey Marshall <cmars@cmarstech.com> | 2015-03-26 11:12:31 +0800 |
commit | d9c6f16ce5ead8372c234dffd2719773e1d03a1f (patch) | |
tree | 3bc2ea0c2f8ee7fab09adf84e2ff03fe19d9c632 /.travis.yml | |
parent | 2f187e8d6297e4d92ed6b2b15a9dfa9a1d563dec (diff) | |
download | dexon-decimal-d9c6f16ce5ead8372c234dffd2719773e1d03a1f.tar.gz dexon-decimal-d9c6f16ce5ead8372c234dffd2719773e1d03a1f.tar.zst dexon-decimal-d9c6f16ce5ead8372c234dffd2719773e1d03a1f.zip |
Remove Go 1.1 from CI.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index eed0e0e..d506256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.1 - 1.2 - 1.3 - tip |