From ae36dcbe304a7eb8638cc00dd266eda5970a8659 Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Sat, 30 Oct 2021 16:00:04 +0100 Subject: [PATCH] Travis, still build master. Signed-off-by: Andrea Odetti --- .travis.yml | 4 ++++ source/linux/build.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6eb9a993..db3bee8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: cpp +branches: + only: + - master + matrix: include: diff --git a/source/linux/build.sh b/source/linux/build.sh index 19ad61d5..a46e6497 100755 --- a/source/linux/build.sh +++ b/source/linux/build.sh @@ -8,4 +8,4 @@ mkdir -p build cd build cmake -DCMAKE_BUILD_TYPE=RELEASE -DLIBRETRO_COMMON_PATH=../libretro-common .. -make -j 4 +make