Skip to content

Commit

Permalink
migration to go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelle committed Aug 26, 2018
1 parent 6df0935 commit 52e795c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ go:
branches:
only:
- master
install:
- go get golang.org/x/crypto/blowfish
script:
- env GO111MODULE=on go build
- env GO111MODULE=on go test

0 comments on commit 52e795c

Please sign in to comment.