Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit 2be62d0

Browse files
committed
Introduced 'install' script for travis
1 parent af8a94c commit 2be62d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
sudo: required
2-
# Dummy changes 123
32
# We need the systemd for the kubeadm and it's default from 16.04+
43
dist: xenial
54
# This moves Kubernetes specific config files.
65
env:
76
- CHANGE_MINIKUBE_NONE_USER=true
87

9-
before_script:
8+
install:
109
# Make root mounted as rshared to fix kube-dns issues.
1110
- sudo mount --make-rshared /
1211
# Download kubectl, which is a requirement for using minikube. Had to install kubeadm on local VM https://kubernetes.io/docs/setup/independent/install-kubeadm/
@@ -19,6 +18,8 @@ before_script:
1918
- sudo apt-get update && sudo apt-get install -y socat
2019
# TODO Install sudo apt install nfs-kernel-server
2120
- sudo apt install -y nfs-kernel-server
21+
22+
before_script:
2223
- sudo bash ./scripts/host/configure_ubuntu_travis.sh
2324
- cat ./tests/include/configuration.sh
2425
- cat ./scripts/host/k_rebuild_environment.sh

0 commit comments

Comments
 (0)