Skip to content

Commit

Permalink
Should not need to set CLASSPATH any more
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Aug 13, 2020
1 parent 8d06b2c commit 5aceb4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ install:
- unzip corenlp-latest.zip > unzip.log
- export CORENLP_UNZIP=`grep creating unzip.log | head -n 1 | cut -d ":" -f 2`
- mv $CORENLP_UNZIP $CORENLP_HOME
- export CLASSPATH="$CORENLP_HOME/*"
- mkdir ~/stanza_test
- mkdir ~/stanza_test/in
- mkdir ~/stanza_test/out
Expand Down

0 comments on commit 5aceb4e

Please sign in to comment.