Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
travis: fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Dec 16, 2014
1 parent fdcf825 commit 5791d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go:
env:
- GOARCH=amd64
before_install:
- sed -i "s|git://github.com/tsuru/gandalf.git|https://github.com/tsuru/gandalf|g" .git/config
- sudo apt-get update -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
- sudo apt-get install bzr mercurial git -qq > apt-get.out 2>&1 || (cat apt-get.out && exit 1)
install:
Expand Down

0 comments on commit 5791d0a

Please sign in to comment.