Skip to content

Commit f924fb9

Browse files
committed
Change Travis to Ubuntu 20.04 LTS (focal)
1 parent 0be90dc commit f924fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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; }

0 commit comments

Comments
 (0)