Skip to content

Commit

Permalink
Revert "Switch to Travis-CI container infrastucture"
Browse files Browse the repository at this point in the history
This reverts commit d11c8f3.
  • Loading branch information
notheotherben committed Aug 18, 2015
1 parent 5261ea0 commit f656174
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: node_js
node_js:
- "0.10"

sudo: false

services:
- mongodb

Expand All @@ -14,14 +12,12 @@ addons:
code_climate:
repo_token: 9c90177b42d39905ca635b1f6226580dab5799f87f172b66bab4e8df77b67a13

apt:
sources:
- mongodb-upstart
packages:
- mongodb-org
- mongodb-org-server
- mongodb-org-shell
- mongodb-org-tools
before_install:
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
- echo 'deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.0 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-org-3.0.list
- echo 'deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.1 multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-org-3.1.list
- sudo apt-get update
- sudo apt-get install -y mongodb-org mongodb-org-server mongodb-org-shell mongodb-org-tools

before_script:
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
Expand Down

0 comments on commit f656174

Please sign in to comment.