Skip to content

Commit

Permalink
Added confirmations for RethinkDB install in Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linkyndy committed Dec 26, 2013
1 parent 7643360 commit ba4e893
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
before_install:
- sudo add-apt-repository ppa:rethinkdb/ppa
- sudo apt-get update
- sudo apt-get install rethinkdb
- sudo add-apt-repository ppa:rethinkdb/ppa -y
- sudo apt-get update -qq
- sudo apt-get install rethinkdb -y
install:
- pip install .
before_script:
Expand Down

0 comments on commit ba4e893

Please sign in to comment.