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 6f22e1c + bda3dbe commit f7f97c6Copy full SHA for f7f97c6
.travis.yml
@@ -85,8 +85,8 @@ jobs:
85
sudo: true
86
language: minimal
87
before_install:
88
- - "wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.6.0/alpine-chroot-install' \
89
- && echo 'a827a4ba3d0817e7c88bae17fe34e50204983d1e alpine-chroot-install' | sha1sum -c || exit 1"
+ - "wget 'https://raw.githubusercontent.com/alpinelinux/alpine-chroot-install/v0.9.0/alpine-chroot-install' \
+ && echo 'e5dfbbdc0c4b3363b99334510976c86bfa6cb251 alpine-chroot-install' | sha1sum -c || exit 1"
90
- alpine() { /alpine/enter-chroot -u "$USER" "$@"; }
91
install:
92
- sudo sh alpine-chroot-install -p 'build-base gfortran perl linux-headers'
0 commit comments