Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jupp0r committed May 3, 2016
1 parent 4381c58 commit 95584b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- go get golang.org/x/tools/cmd/cover
script:
- "$HOME/gopath/bin/goveralls -service=travis-ci"
- "go build -x -a --ldflags '-extldflags \"-static\"' ./..."
- "CGO_ENABLED=0 go build -x -a -tags netgo --ldflags '-extldflags \"-static\"' ./..."
- file go-event-store
- ldd go-event-store

Expand Down

0 comments on commit 95584b7

Please sign in to comment.