We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cd1716 + 4ebe296 commit e7effcfCopy full SHA for e7effcf
.travis.yml
@@ -9,7 +9,7 @@ jdk: oraclejdk8
9
before_install:
10
- sudo apt-get update
11
- sudo apt-get install python python-pip git python-lxml
12
- - curl -L -O http://py.processing.org/processing.py-linux64.tgz
+ - curl -k -L -O http://py.processing.org/processing.py-linux64.tgz
13
- tar xfvz processing.py-linux64.tgz
14
- cp processing.py-*-linux64/*.jar .
15
- sudo pip install -r requirements.txt
0 commit comments