Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
skyforce77 committed Apr 3, 2019
1 parent dd4b777 commit 43b3c6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ language: go
sudo: false

go:
- 1.6
- 1.7
- 1.8
- 1.9
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
- master

matrix:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module TyphoonLimbo
go 1.12

require (
github.com/TyphoonMC/TyphoonCore v0.0.1 // indirect
github.com/TyphoonMC/go.uuid v1.2.0 // indirect
github.com/TyphoonMC/TyphoonCore v0.0.1
github.com/TyphoonMC/go.uuid v1.2.1-0.20180103174451-36e9d2ebbde5
)

0 comments on commit 43b3c6f

Please sign in to comment.