Skip to content

Commit 543edfc

Browse files
committed
chore: driver v2 for travis
1 parent 21e290b commit 543edfc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ go:
66
- 1.11
77
- 1.12
88
- 1.13
9+
- 1.14
10+
- 1.15
911

1012
before_install:
1113
- 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
1214

1315
install:
14-
- go install
16+
- GO111MODULE=on go get -v ./...
17+
- go build -o docker-machine-driver-scaleway-v2
18+
- cp docker-machine-driver-scaleway-v2 $GOPATH/bin/
1519

1620
script:
17-
docker-machine create -d scaleway -h | grep "scaleway"
21+
docker-machine create -d scaleway-v2 -h | grep "scaleway"

0 commit comments

Comments
 (0)