Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Feb 22, 2016
1 parent 02f01fe commit 5e33489
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: rust
rust:
- nightly
- beta
- stable
# https://github.com/huonw/travis-cargo
Expand All @@ -13,6 +12,11 @@ addons:
- libdw-dev
- binutils-dev
before_script:
- |
wget https://github.com/antirez/disque/archive/master.tar.gz -O disque-master.tar.gz &&
tar xf disque-master.tar.gz && cd disque-master/src/ &&
make && PREFIX=../ make install && cd - &&
./disque-master/bin/disque-server &
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
Expand All @@ -27,5 +31,3 @@ env:
global:
# override the default `--features unstable` used for the nightly branch (optional)
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
services:
- disque-server

0 comments on commit 5e33489

Please sign in to comment.