mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-12 11:50:18 +01:00
Bump Go versions and simplify .travis.yml (#165)
This commit is contained in:
parent
3ca36f8c9c
commit
b8da8ff855
1 changed files with 10 additions and 8 deletions
18
.travis.yml
18
.travis.yml
|
@ -1,14 +1,16 @@
|
|||
language: go
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
go: 1.7.x
|
||||
- os: linux
|
||||
go: 1.8
|
||||
- os: linux
|
||||
go: tip
|
||||
os:
|
||||
- linux
|
||||
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
- 1.10.x
|
||||
- 1.11.x
|
||||
- tip
|
||||
|
||||
install:
|
||||
- echo "This is an override of the default install deps step in travis."
|
||||
|
|
Loading…
Reference in a new issue