Skip to content

Commit 94f03f0

Browse files
committed
CI fix.
1 parent 625b125 commit 94f03f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ language: node_js
22
node_js:
33
- "0.10"
44
before_install:
5-
- sudo add-apt-repository ppa:rethinkdb/ppa -y
5+
- source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
6+
- wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
67
- sudo apt-get update -qq
7-
- sudo apt-get install rethinkdb -y
8+
- sudo apt-get install rethinkdb -y --force-yes
89
- npm install -g grunt-cli
910
before_script:
1011
- sudo rethinkdb --io-threads 2048 --daemon

0 commit comments

Comments
 (0)