Skip to content

Commit

Permalink
WIP Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho committed Jun 3, 2018
1 parent 4796405 commit 51608a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ script:
- wget http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz -O /tmp/jdt-latest.tar
- tar xf /tmp/jdt-latest.tar -C ~/.emacs.d/eclipse.jdt.ls/server/
- mvn dependency:get -DrepoUrl=https://mvnrepository.com/repos/central -DgroupId=com.microsoft.java -DartifactId=com.microsoft.java.debug.plugin -Dversion=0.9.0 -X
- ls /home/travis/.m2/repository/com/microsoft/java/com.microsoft.java.debug.plugin/0.9.0/
- ls ~/.m2/repository/com/microsoft/java/com.microsoft.java.debug.plugin/0.9.0/
- cp ~/.m2/repository/com/microsoft/java/com.microsoft.java.debug.plugin/0.9.0/com.microsoft.java.debug.plugin-0.9.0.jar ~/.emacs.d/eclipse.jdt.ls/plugins/com.microsoft.java.debug.plugin-0.9.0.jar
- cask exec ecukes --tags Eval --timeout 60

Expand Down

0 comments on commit 51608a9

Please sign in to comment.