Skip to content

Commit

Permalink
Merge pull request #2 from apocas/master
Browse files Browse the repository at this point in the history
Merge from apocas/docker-modem
  • Loading branch information
bwateratmsft authored Oct 17, 2019
2 parents 3fb0bb5 + 7f4d6ae commit 4293929
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sudo: required

git:
quiet: true

language: node_js

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

install:
- npm install

script:
- npm test
- cd ../dockerode
- rm -rf ./node_modules/docker-modem
- npm install git://github.com/apocas/docker-modem
- npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-modem",
"description": "Docker remote API network layer module.",
"version": "2.0.2",
"version": "2.0.3",
"author": "Pedro Dias <[email protected]>",
"maintainers": [
"apocas <[email protected]>"
Expand Down

0 comments on commit 4293929

Please sign in to comment.