Skip to content

Commit 7475976

Browse files
committed
updated travis yml
1 parent 72e69ea commit 7475976

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: node_js
22
services: mongodb
33
env:
4-
- MONGOURL=mongodb://127.0.0.1/snipe
4+
- MONGOLAB_URL=mongodb://127.0.0.1/snipe
55
node_js:
66
- '7'
77
- '6'
88
before_script:
9+
- sleep 15
910
- npm install -g gulp mocha gulp-cli codecov istanbul
1011
install:
1112
- npm install

0 commit comments

Comments
 (0)