Merge pull request #546 from kgriffs/jython
chore(Jython): Update Travis script to pull Jython 2.7.0 final
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
JYTHON_URL="http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-rc2/jython-installer-2.7-rc2.jar"
|
||||
JYTHON_URL="http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.0/jython-installer-2.7.0.jar"
|
||||
wget $JYTHON_URL -O jython_installer.jar
|
||||
java -jar jython_installer.jar -s -d $HOME/jython
|
||||
|
||||
Reference in New Issue
Block a user