Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Bump abacus (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
yulianedyalkova authored and astefanova committed Sep 12, 2017
1 parent ce82f63 commit fbbd437
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
33 changes: 16 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
dist: trusty
sudo: false

sudo: false

Expand Down Expand Up @@ -28,26 +30,23 @@ matrix:
services:
- couchdb
- node_js: "6.10.0"
env: DESCRIPTION="mongodb 2.6" JOBS=1 DBCLIENT=abacus-mongoclient DB=mongodb://localhost:27017
addons:
apt:
sources:
- mongodb-upstart
packages:
- mongodb-org-server
- mongodb-org-shell
env:
- DESCRIPTION="mongodb 2.6"
- JOBS=1
- DBCLIENT=abacus-mongoclient
- DB=mongodb://localhost:27017
services:
- mongodb
before_script:
- sleep 15
- node_js: "6.10.0"
env: DESCRIPTION="mongodb 3.2" JOBS=1 DBCLIENT=abacus-mongoclient DB=mongodb://localhost:27017
addons:
apt:
sources:
- mongodb-upstart
- mongodb-3.2-precise
packages:
- mongodb-org-server
- mongodb-org-shell
env:
- DESCRIPTION="mongodb 3.2"
- JOBS=1
- DBCLIENT=abacus-mongoclient
- DB=mongodb://localhost:27017
services:
- mongodb
before_script:
- sleep 15

Expand Down
2 changes: 1 addition & 1 deletion abacus

0 comments on commit fbbd437

Please sign in to comment.