Skip to content

Commit 766c792

Browse files
committed
setup of docker for travis
1 parent 3724a1a commit 766c792

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ node_js:
44
- "5"
55
- "stable"
66

7-
services:
8-
- redis-server
7+
sudo: required
98

10-
env:
11-
- REDIS_PORT_6379_TCP_ADDR=localhost
9+
services:
10+
- docker
1211

1312
before_script:
1413
- npm run lint
@@ -18,9 +17,6 @@ after_script:
1817
- npm run update-coveralls
1918
- npm run check-coverage
2019

21-
script:
22-
- npm run mocha
23-
2420
notifications:
2521
email:
2622
on_success: never

0 commit comments

Comments
 (0)