Skip to content

Commit

Permalink
Merge pull request #177 from jeremydouglass/patch-build-error
Browse files Browse the repository at this point in the history
Travis build -- curl now bypasses SSL. Closes #173
  • Loading branch information
jdf authored Sep 15, 2020
2 parents 4cd1716 + 4ebe296 commit e7effcf
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 @@ -9,7 +9,7 @@ jdk: oraclejdk8
before_install:
- sudo apt-get update
- sudo apt-get install python python-pip git python-lxml
- curl -L -O http://py.processing.org/processing.py-linux64.tgz
- curl -k -L -O http://py.processing.org/processing.py-linux64.tgz
- tar xfvz processing.py-linux64.tgz
- cp processing.py-*-linux64/*.jar .
- sudo pip install -r requirements.txt
Expand Down

0 comments on commit e7effcf

Please sign in to comment.