Skip to content

Commit

Permalink
chore: driver v2 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yocarbo committed Nov 20, 2020
1 parent 21e290b commit 541d26b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ go:
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15

before_install:
- curl -L https://github.com/docker/machine/releases/download/v0.16.2/docker-machine-`uname -s`-`uname -m` > $GOPATH/bin/docker-machine && chmod +x $GOPATH/bin/docker-machine

install:
- go install
- GO111MODULE=on go get -v ./...
- go build -o docker-machine-driver-scaleway-v2
- cp docker-machine-driver-scaleway-v2 /usr/bin/

script:
docker-machine create -d scaleway -h | grep "scaleway"
docker-machine create -d scaleway-v2 -h | grep "scaleway"

0 comments on commit 541d26b

Please sign in to comment.