Remove test.sh from travis build

This commit is contained in:
3d-gussner 2022-08-02 07:38:53 +02:00
parent c5c2557c5e
commit e60bb935e5
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ before_install:
- sudo iptables -A OUTPUT -o lo -j ACCEPT
- sudo iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
script:
- bash -x test.sh
- cp Firmware/variants/1_75mm_MK3S-EINSy10a-E3Dv6full.h Firmware/Configuration_prusa.h
- bash -x build.sh || { echo "1_75mm_MK3S-EINSy10a-E3Dv6full variant failed" && false; }
- rm Firmware/Configuration_prusa.h