We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ea659 commit 232ee72Copy full SHA for 232ee72
.travis.yml
@@ -3,4 +3,8 @@ node_js:
3
- '5'
4
- '4'
5
before_install:
6
-- 'npm install -g npm@latest'
+ - 'npm install -g npm@latest'
7
+services:
8
+ - mongodb
9
+before_script:
10
+ - sleep 15
0 commit comments