Skip to content

Commit

Permalink
processing web has broken certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
pavels committed Sep 30, 2020
1 parent 296f34e commit 5ac7b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_install:
sudo apt-get update
sudo apt-get -y install libusb-1.0-0-dev maven wget unzip
cd /opt
wget https://download.processing.org/processing-3.5.4-linux64.tgz
wget --no-check-certificate https://download.processing.org/processing-3.5.4-linux64.tgz
tar -xf processing-3.5.4-linux64.tgz
cd "$TRAVIS_BUILD_DIR"
;;
Expand Down

0 comments on commit 5ac7b06

Please sign in to comment.