We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3724a1a commit 766c792Copy full SHA for 766c792
1 file changed
.travis.yml
@@ -4,11 +4,10 @@ node_js:
4
- "5"
5
- "stable"
6
7
-services:
8
- - redis-server
+sudo: required
9
10
-env:
11
-- REDIS_PORT_6379_TCP_ADDR=localhost
+services:
+ - docker
12
13
before_script:
14
- npm run lint
@@ -18,9 +17,6 @@ after_script:
18
17
- npm run update-coveralls
19
- npm run check-coverage
20
21
-script:
22
- - npm run mocha
23
-
24
notifications:
25
email:
26
on_success: never
0 commit comments