Skip to content

Commit e7effcf

Browse files
authored
Merge pull request #177 from jeremydouglass/patch-build-error
Travis build -- curl now bypasses SSL. Closes #173
2 parents 4cd1716 + 4ebe296 commit e7effcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jdk: oraclejdk8
99
before_install:
1010
- sudo apt-get update
1111
- sudo apt-get install python python-pip git python-lxml
12-
- curl -L -O http://py.processing.org/processing.py-linux64.tgz
12+
- curl -k -L -O http://py.processing.org/processing.py-linux64.tgz
1313
- tar xfvz processing.py-linux64.tgz
1414
- cp processing.py-*-linux64/*.jar .
1515
- sudo pip install -r requirements.txt

0 commit comments

Comments
 (0)