Skip to content

Commit

Permalink
Update the io-page version and and glide.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveen Kumar authored and Praveen Kumar committed Feb 2, 2019
1 parent 829c096 commit fabfad7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
os: osx
osx_image: xcode8.3
osx_image: xcode10.1

language: go
go:
- 1.8.x
- 1.11.x
- tip

env:
Expand All @@ -25,7 +25,7 @@ before_install:
# for ocaml-qcow
- brew install https://github.com/Homebrew/homebrew-core/raw/master/Formula/opam.rb
- brew install https://github.com/Homebrew/homebrew-core/raw/master/Formula/libev.rb
- opam --version && opam init && opam install uri qcow-format io-page.1.6.1 ocamlfind conf-libev
- opam --version && opam init && opam install uri qcow-format io-page ocamlfind conf-libev
- eval `opam config env`

install:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ endif
# Package settings

# Build package infomation
GITHUB_USER := zchee
GITHUB_USER := machine-drivers
TOP_PACKAGE_DIR := github.com/${GITHUB_USER}
PACKAGE := $(shell basename $(PWD))
OUTPUT := bin/docker-machine-driver-xhyve
Expand Down
10 changes: 8 additions & 2 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: github.com/zchee/docker-machine-driver-xhyve
package: github.com/machine-drivers/docker-machine-driver-xhyve
import:
- package: github.com/docker/machine
version: v0.11.0
Expand Down

0 comments on commit fabfad7

Please sign in to comment.