Skip to content

Commit

Permalink
Attempt to update travis to use corenlp 400
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Apr 21, 2020
1 parent 0aa1b69 commit 6c155e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ notifications:
email: false
install:
- pip install --quiet -e .
- export CORENLP_HOME=~/corenlp CORENLP_VERSION=stanford-corenlp-full-2018-10-05
- export CORENLP_HOME=~/corenlp400 CORENLP_VERSION=stanford-corenlp-4.0.0
- export CORENLP_URL="http://nlp.stanford.edu/software/${CORENLP_VERSION}.zip"
- wget $CORENLP_URL -O corenlp.zip
- unzip corenlp.zip
- wget $CORENLP_URL -O corenlp400.zip
- unzip corenlp400.zip
- mv $CORENLP_VERSION $CORENLP_HOME
- mkdir ~/stanza_test
- mkdir ~/stanza_test/in
Expand Down

0 comments on commit 6c155e4

Please sign in to comment.