Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
IngCr3at1on committed Nov 3, 2018
1 parent 3047a16 commit 0dc13dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: go
# Specify Go versions to test (".x" suffix means latest minor version, "tip" is
# the latest development version)
go:
- "1.9.x"
- "1.10.x"
# - "1.9.x"
# - "1.10.x"
- "1.11.x"
- tip

Expand All @@ -24,8 +24,8 @@ matrix:

# Install all dependencies (including dependencies of tests) without installing
# binaries.
install:
- go get -d -t -v ./...
#install:
# - go get -d -t -v ./...

# Check if gofmt or go vet report any errors, run all tests with the race
# detector enabled, then build all examples to make sure they still compile.
Expand Down

0 comments on commit 0dc13dd

Please sign in to comment.