Skip to content

Commit

Permalink
fix build for Travis's Go 1.1 system
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Suraci and Jon Stevens committed Jun 14, 2013
1 parent 7862a20 commit d471a57
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ go:
- 1.1
- tip

install: go get -d -v ./src/github.com/...

script:
install:
- gem install nats
- bin/go version
- bin/go env
- bin/test
- export GOPATH=$TRAVIS_BUILD_DIR
- go build ./...

script: bin/test router

0 comments on commit d471a57

Please sign in to comment.