Skip to content

Commit

Permalink
Merge pull request #506 from dvrkps/patch-1
Browse files Browse the repository at this point in the history
travis: update go versions
  • Loading branch information
bwmarrin committed Feb 1, 2018
2 parents 4a33b9b + 9c180ba commit 8d5ab59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go
go:
- 1.7
- 1.8
- 1.9
- 1.7.x
- 1.8.x
- 1.9.x
install:
- go get github.com/bwmarrin/discordgo
- go get -v .
Expand Down

0 comments on commit 8d5ab59

Please sign in to comment.