Skip to content

Commit

Permalink
see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
IngCr3at1on committed Nov 3, 2018
1 parent 8231993 commit 2b18c22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ matrix:
# Install all dependencies (including dependencies of tests) without installing
# binaries.
install:
-
# - go get -d -t -v ./...
- ./internal/scripts/travis-install.sh

# 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
6 changes: 6 additions & 0 deletions internal/scripts/travis-install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

# Disable install for module builds.
if [ "$GO111MODULE" != on ]; then
go get -d -t -v ./...
fi

0 comments on commit 2b18c22

Please sign in to comment.