Skip to content

Commit

Permalink
[Travis] Fix cover repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Feb 7, 2015
1 parent 629231e commit a34bf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: go

go:
- 1.4
- 1.4.1

before_install:
- echo 'deb http://repo.reverbrain.com/precise current/amd64/' | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install elliptics-dev elliptics-client elliptics libboost-system-dev --force-yes
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- cd fixtures && sudo ./start.sh && cd - && sleep 10
- export FULL_TEST_REMOTES="localhost:1025:2" && export FULL_TEST_GROUPS="2"
Expand Down

0 comments on commit a34bf40

Please sign in to comment.