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

Commit

Permalink
travis: getting apt output.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Jul 28, 2014
1 parent 9d2af28 commit d744a9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ go:
- 1.2.2
- 1.3
- tip
env:
- GOARCH=amd64
before_install:
- sudo apt-get update -qq
- sudo apt-get install mercurial bzr -qq
- 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:
- export PATH="$HOME/gopath/bin:$PATH"
- make get
Expand Down

0 comments on commit d744a9c

Please sign in to comment.