Skip to content

Commit 5c463dc

Browse files
authored
Merge pull request prusa3d#3355 from 3d-gussner/MK3_Travis_focal
Change Travis to Ubuntu 20.04 LTS (focal)
2 parents adac011 + a795fda commit 5c463dc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dist: trusty
1+
dist: focal
22
before_install:
33
- sudo apt-get install -y ninja-build
44
# Arduino IDE adds a lot of noise caused by network traffic, trying to firewall it off
@@ -32,4 +32,4 @@ script:
3232
- bash -x build.sh || { echo "1_75mm_MK2-RAMBo13a-E3Dv6full variant failed" && false; }
3333
- rm Firmware/Configuration_prusa.h
3434
- cp Firmware/variants/1_75mm_MK2-RAMBo10a-E3Dv6full.h Firmware/Configuration_prusa.h
35-
- bash -x build.sh || { echo "1_75mm_MK2-RAMBo10a-E3Dv6full variant failed" && false; }
35+
- bash -x build.sh || { echo "1_75mm_MK2-RAMBo10a-E3Dv6full variant failed" && false; }

PF-build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
# 24 Jun 2021, 3d-gussner, Fix MK404 user interaction not to show if compiling 'All' variants
167167
# 24 Jun 2021, 3d-gussner, MK404 is only supported on Linux at this moment.
168168

169+
169170
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
170171

171172
#### Start: Failures

0 commit comments

Comments
 (0)