Skip to content

Commit

Permalink
Travis: Build releases on Go 1.10
Browse files Browse the repository at this point in the history
This fixes Travis building on point releases of Go 1.10.
  • Loading branch information
jamesog committed May 1, 2018
1 parent fccea50 commit e89e9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.x"
- "1.10"
- master

env:
Expand Down Expand Up @@ -45,7 +45,7 @@ deploy:
secure: VCsG7S20vLtVC6eBgNDOi6JPEvhd59oOXcuNn6b56fCX56/HMz7FtCLTevlx1ZUHTJ+4hyurvI3LR8rjw1g3/HEBFZYadddLRjNJteTZW0Mp/bbiu5j3coKdGT8LE6B6MIK3lH7htMeMI7xbaW5shIifeZaopxMp/T4k94iJLv12+NGhMYRrTwMrQhzzUh+so4/0IOvzRYHt3rRRbOhD20UmvBlkONUNkWwxgYbjifclvYWVc1Dm5j7dEZQjXgd9e3+vbt98JN075jgy1CSF4KkSz5UxIAN4xH7X5NBCxQtjW+YPdqV/d1C3Yaz7nONm9zVSai59mx09lPXznq4CaPs382eo5cJfDttpYCksgryhWMFboUGjNg5Qv5IpG8+X8hSAL5B1JRGg13X0y6nBkxpBVOJcqwCDvu2efdXQ3896xveZyK7pSuscE2740KwyVnINQ38RiTDrj3DOz9FxdfTd0u8Hm1Y2mdzqh3nD7WQ8l5K2skGkVoznZtoi5JoHPuFXwwuAiZ9A4LgCA+MPkLckVslF5TINJJs0+Eedke2ykaPgiuWSTNIirC+nLJE4c7+tXqQXsWx7yUwqYSV0l4FAKuKgZwquIk8no6JRjHohkpj0ZyJBTnaITgdw/o5syqTX/hIeJbRZueU3zlLkH7/wuWMD8qW45XQWPZoK5jg=
file_glob: true
file:
- scan_${TRAVIS_TAG}_linux_amd64.tar.gz
- scan_${TRAVIS_TAG#v*}_linux_amd64.tar.gz
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit e89e9d3

Please sign in to comment.