Skip to content

Commit

Permalink
Had to make a symlink for this to work
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Apr 21, 2020
1 parent 6c155e4 commit 6463a01
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 @@ -5,7 +5,7 @@ notifications:
email: false
install:
- pip install --quiet -e .
- export CORENLP_HOME=~/corenlp400 CORENLP_VERSION=stanford-corenlp-4.0.0
- export CORENLP_HOME=~/corenlp400 CORENLP_VERSION=stanford-corenlp-full-2020-04-20
- export CORENLP_URL="http://nlp.stanford.edu/software/${CORENLP_VERSION}.zip"
- wget $CORENLP_URL -O corenlp400.zip
- unzip corenlp400.zip
Expand Down

0 comments on commit 6463a01

Please sign in to comment.