Skip to content

Commit

Permalink
remove godep in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruizeng committed Dec 14, 2015
1 parent b2a5bb6 commit ab6ba71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ services:
- redis-server
- mongodb
before_install:
- go get github.com/tools/godep
- go get github.com/modocache/gover
- go get github.com/mattn/goveralls
- go get github.com/coreos/etcd
install:
- $HOME/gopath/bin/godep restore
- go get ./...
before_script:
- $HOME/gopath/bin/etcd &
- echo 'CREATE DATABASE PandoCloud' | mysql -uroot
Expand Down

0 comments on commit ab6ba71

Please sign in to comment.