Skip to content

Commit

Permalink
Merge pull request #45 from homeport/switch-to-go-mod
Browse files Browse the repository at this point in the history
 Switch to Go 1.11 modules
  • Loading branch information
HeavyWombat authored Dec 26, 2018
2 parents 40a4456 + 05ff917 commit 0f77461
Show file tree
Hide file tree
Showing 3,565 changed files with 463 additions and 1,025,943 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
language: go
go:
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.11.2

install:
- curl -sL https://goo.gl/g1CpPX | bash -s v1.0.4 # Golang dev tools including pre-compiled Ginkgo and other useful tools
- curl -sL https://goo.gl/g1CpPX | bash -s v1.0.5 # Golang dev tools including pre-compiled Ginkgo and other useful tools

script:
- GO111MODULE=on go mod download
- GO111MODULE=on go mod verify
- make test

before_deploy:
- curl -sL https://raw.githubusercontent.com/HeavyWombat/ytbx/master/scripts/download-latest.sh | bash -s v0.7-alpha
- make build

deploy:
Expand Down
14 changes: 0 additions & 14 deletions Gopkg.boilerplate.toml

This file was deleted.

Loading

0 comments on commit 0f77461

Please sign in to comment.