Commit d19cd75 1 parent f383654 commit d19cd75 Copy full SHA for d19cd75
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
2
3
+ git :
4
+ quiet : true
5
+
3
6
language : node_js
4
7
5
8
node_js :
@@ -16,9 +19,18 @@ before_install:
16
19
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
17
20
- sudo apt-get update
18
21
- 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
19
27
20
28
install :
21
29
- npm install
22
30
23
31
script :
24
32
- npm test
33
+ - cd ../dockerode
34
+ - rm -rf ./node_modules/docker-modem
35
+ - ln -s ../docker-modem ./node_modules/docker-modem
36
+ - npm test
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docker-modem" ,
3
3
"description" : " Docker remote API network layer module." ,
4
- "version" : " 2.0.2 " ,
4
+ "version" : " 2.0.3 " ,
5
5
"author" : " Pedro Dias <petermdias@gmail.com>" ,
6
6
"maintainers" : [
7
7
" apocas <petermdias@gmail.com>"
You can’t perform that action at this time.
0 commit comments