Do not compile vim in tests, it should come from the image already
This commit is contained in:
parent
848608ea29
commit
9973bfd132
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ script:
|
||||||
- ./test
|
- ./test
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DETECTED_OS=fedora:24 DOCKER_IMAGE=cyplo/fedora24_base NO_COMPILE_VIM=true
|
- DETECTED_OS=fedora:24 DOCKER_IMAGE=cyplo/fedora24_base
|
||||||
- DETECTED_OS=debian:jessie NOUPGRADE=true
|
- DETECTED_OS=debian:jessie NOUPGRADE=true
|
||||||
- DETECTED_OS=ubuntu:trusty
|
- DETECTED_OS=ubuntu:trusty
|
||||||
- DETECTED_OS=ubuntu:xenial
|
- DETECTED_OS=ubuntu:xenial
|
||||||
|
|
|
@ -4,6 +4,7 @@ set -e
|
||||||
|
|
||||||
export DONT_CHANGE_SHELL=true
|
export DONT_CHANGE_SHELL=true
|
||||||
export NO_SYSTEMCTL=true
|
export NO_SYSTEMCTL=true
|
||||||
|
export NO_COMPILE_VIM=true
|
||||||
|
|
||||||
dnf -y install sudo
|
dnf -y install sudo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue