We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65da7cf + 9e5b0a2 commit 4a33822Copy full SHA for 4a33822
.travis.yml
@@ -2,6 +2,10 @@ language: go
2
3
sudo: false
4
5
+env:
6
+ global:
7
+ - GO15VENDOREXPERIMENT=1
8
+
9
go:
10
- 1.5.3
11
- 1.6.1
@@ -11,7 +15,9 @@ before_install:
15
- curl -L https://github.com/docker/machine/releases/download/v0.7.0/docker-machine-`uname -s`-`uname -m` > $GOPATH/bin/docker-machine && chmod +x $GOPATH/bin/docker-machine
12
16
- go get github.com/Azure/go-ansiterm/winterm || true
13
17
- go get github.com/docker/go-units || true
14
- - go get -u -f github.com/scaleway/docker-machine-driver-scaleway
18
19
+install:
20
+ - go install
21
22
script:
23
docker-machine create -d scaleway -h | grep "scaleway"
0 commit comments