Skip to content

Commit

Permalink
Drop useless package installation from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Jan 30, 2014
1 parent 5f27b78 commit 78ee242
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,5 @@ language: go
go:
- 1.2

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 libmsgpack-dev
- sudo apt-get install python-pip
- sudo pip install cocaine-tools
- sudo pip install cocaine

script:
- go build -o SOMETEST github.com/cocaine/cocaine-framework-go/testapp

0 comments on commit 78ee242

Please sign in to comment.