Skip to content

Commit

Permalink
⚡ Fix travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed May 21, 2017
1 parent 729f802 commit 1ddbff4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go

go_import_path: github.com/MatthewHartstonge/fosite-hasher-argon2/argon2
go_import_path: github.com/MatthewHartstonge/hasher

go:
- 1.7
Expand All @@ -10,11 +10,9 @@ env:
- GO15VENDOREXPERIMENT=1

install:
- cd argon2
- go get github.com/mattn/goveralls github.com/ory/fosite golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide
- glide install

script:
- cd argon2
- gotestcover -coverprofile="cover.out" -race -covermode="count" $(glide novendor)
- goveralls -coverprofile="cover.out"

0 comments on commit 1ddbff4

Please sign in to comment.