build: update travis to build against golang 1.10+1.9.4

This commit is contained in:
Olaoluwa Osuntokun 2018-02-19 17:30:51 -08:00
parent 39f9ae7cac
commit 7f0dd8f28f
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: go
go:
- 1.8.5
- 1.9.2
- 1.9.4
- "1.10"
sudo: required
install:
- sudo add-apt-repository -y ppa:bitcoin/bitcoin -y