We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625b125 commit 94f03f0Copy full SHA for 94f03f0
.travis.yml
@@ -2,9 +2,10 @@ language: node_js
2
node_js:
3
- "0.10"
4
before_install:
5
- - sudo add-apt-repository ppa:rethinkdb/ppa -y
+ - 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 -
7
- sudo apt-get update -qq
- - sudo apt-get install rethinkdb -y
8
+ - sudo apt-get install rethinkdb -y --force-yes
9
- npm install -g grunt-cli
10
before_script:
11
- sudo rethinkdb --io-threads 2048 --daemon
0 commit comments