Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
go 1.4, transition from docker to linux

Signed-off-by: Kris Hicks <krishicks@gmail.com>
  • Loading branch information
vito authored and krishicks committed Jan 22, 2015
1 parent 800a190 commit a6c4404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,10 +1,10 @@
language: go

go:
- 1.3
- 1.4

install:
- go install github.com/cloudfoundry-incubator/docker-circus/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo
- go install github.com/cloudfoundry-incubator/linux-circus/Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo

before_script:
- export PATH=$HOME/gopath/bin:$PATH
Expand Down

0 comments on commit a6c4404

Please sign in to comment.