Merge pull request #12535 from BKPepe/travis-ci

Improvements for Travis (use different target and update Ubuntu image)
This commit is contained in:
Josef Schlehofer 2020-06-20 02:27:36 +02:00 committed by GitHub
commit 83f9bd1ea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ git:
quiet: true
language: c
dist: bionic
sudo: false
os: linux
dist: focal
cache:
directories:
- $HOME/sdk

View File

@ -5,8 +5,8 @@
set -e
SDK_HOME="$HOME/sdk"
SDK_PATH=https://downloads.openwrt.org/snapshots/targets/ar71xx/generic/
SDK=-sdk-ar71xx-generic_
SDK_PATH=https://downloads.openwrt.org/snapshots/targets/mpc85xx/p2020/
SDK=-sdk-mpc85xx-p2020_
PACKAGES_DIR="$PWD"
echo_red() { printf "\033[1;31m$*\033[m\n"; }