Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b87656

Browse files
authored
Merge pull request #23 from AkihiroSuda/update-travis
update .travis.yml
2 parents 31af176 + 1b4b223 commit 5b87656

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
dist: trusty
1+
dist: xenial
22
sudo: required
33
language: go
44
go:
5-
- 1.10.x
6-
- 1.11.x
5+
- "1.12.x"
76

87
go_import_path: github.com/containerd/zfs
98

109
install:
11-
- sudo apt-add-repository -y ppa:zfs-native/stable && sudo apt-get update && sudo apt-get -y install linux-headers-$(uname -r) && sudo apt-get -y install ubuntu-zfs && sudo modprobe zfs
12-
# until containerd v1.0.0 GA, we don't pin containerd version.
10+
- sudo apt-get install -y zfsutils-linux && sudo modprobe zfs
11+
# currently we don't pin containerd version.
1312
- mkdir -p $GOPATH/src/github.com/containerd && cd $GOPATH/src/github.com/containerd && git clone https://github.com/containerd/containerd.git
14-
- mkdir -p $GOPATH/src/github.com/mistifyio && cd $GOPATH/src/github.com/mistifyio && git clone https://github.com/mistifyio/go-zfs.git && cd go-zfs && git checkout 386bffe89f421c8509066037225e1c0fda6b4933
13+
# mistifyio/go-zfs (Apr 14, 2019)
14+
- mkdir -p $GOPATH/src/github.com/mistifyio && cd $GOPATH/src/github.com/mistifyio && git clone https://github.com/mistifyio/go-zfs.git && cd go-zfs && git checkout f784269be439d704d3dfa1906f45dd848fed2beb
1515
- cd $GOPATH/src/github.com/containerd/zfs
1616
- go get -t ./...
1717
- go get -u github.com/vbatts/git-validation

0 commit comments

Comments
 (0)