Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop' of github.com:praekelt/vumi-go into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Apr 2, 2015
2 parents 5f8be49 + 76d5dd8 commit d60ccb4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ services:
before_install:
# Set up an appropriate version of Riak.
- sudo utils/setup_travis_riak.sh "${RIAK_VERSION}"
# We need the protobuf-compiler so we can install Riak client libraries.
- sudo apt-get -qq update
- sudo apt-get install -qq protobuf-compiler
install:
- "pip install -r requirements.pip --use-wheel"
- "pip install -r requirements-dev.pip --use-wheel"
- "pip install -r requirements.pip"
- "pip install -r requirements-dev.pip"
- "pip install overalls"
- "npm install"
before_script:
Expand Down

0 comments on commit d60ccb4

Please sign in to comment.