Skip to content

Commit d19cd75

Browse files
committed
version bump
1 parent f383654 commit d19cd75

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
sudo: required
22

3+
git:
4+
quiet: true
5+
36
language: node_js
47

58
node_js:
@@ -16,9 +19,18 @@ before_install:
1619
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
1720
- sudo apt-get update
1821
- sudo apt-get -y install docker-ce
22+
- cd ..
23+
- git clone --depth=50 --branch=master https://github.com/apocas/dockerode.git
24+
- cd dockerode
25+
- npm install
26+
- cd ../docker-modem
1927

2028
install:
2129
- npm install
2230

2331
script:
2432
- npm test
33+
- cd ../dockerode
34+
- rm -rf ./node_modules/docker-modem
35+
- ln -s ../docker-modem ./node_modules/docker-modem
36+
- npm test

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-modem",
33
"description": "Docker remote API network layer module.",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"author": "Pedro Dias <petermdias@gmail.com>",
66
"maintainers": [
77
"apocas <petermdias@gmail.com>"

0 commit comments

Comments
 (0)