From c47e0331ddce3a10b06d64bc136929cc739f733b Mon Sep 17 00:00:00 2001 From: DerDanilo Date: Wed, 9 Mar 2022 20:13:11 +0100 Subject: [PATCH] update travis config to releases and arch type --- .travis.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 17987b8..4586e26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,9 @@ jobs: include: - stage: lint name: "Shellcheck lint" - dist: linux + dist: focal + virt: vm + arch: amd64 script: - shellcheck auto_install/install.sh - find scripts/ -type f | xargs shellcheck @@ -31,9 +33,12 @@ jobs: - stage: test name: "OpenVPN Xenial & Commands" dist: xenial + virt: vm + arch: amd64 before_script: - cat /etc/os-release - uname -a + - ip a - sudo chmod +x ciscripts/startup.sh - ./ciscripts/startup.sh -o script: @@ -54,9 +59,12 @@ jobs: - stage: test name: "Wireguard Xenial & Commands" dist: xenial + virt: vm + arch: amd64 before_script: - cat /etc/os-release - uname -a + - ip a - sudo chmod +x ciscripts/startup.sh - ./ciscripts/startup.sh -w script: @@ -76,9 +84,12 @@ jobs: - stage: test name: "OpenVPN Bionic & Commands" dist: bionic + virt: vm + arch: amd64 before_script: - cat /etc/os-release - uname -a + - ip a - sudo chmod +x ciscripts/startup.sh - ./ciscripts/startup.sh -o script: @@ -98,9 +109,12 @@ jobs: - stage: test name: "Wireguard Bionic & Commands" dist: bionic + virt: vm + arch: amd64 before_script: - cat /etc/os-release - uname -a + - ip a - sudo apt update -y - sudo chmod +x ciscripts/startup.sh - ./ciscripts/startup.sh -w @@ -120,9 +134,12 @@ jobs: - stage: test name: "OpenVPN Focal & Commands" dist: focal + virt: vm + arch: amd64 before_script: - cat /etc/os-release - uname -a + - ip a - sudo chmod +x ciscripts/startup.sh - ./ciscripts/startup.sh -o script: @@ -142,9 +159,12 @@ jobs: - stage: test name: "Wireguard Focal & Commands" dist: focal + virt: vm + arch: amd64 before_script: - cat /etc/os-release - uname -a + - ip a - sudo chmod +x ciscripts/startup.sh - ./ciscripts/startup.sh -w script: