Skip to content

Commit

Permalink
Travis: remote debugging travis fun
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessil committed Jun 26, 2019
1 parent 90c83f6 commit d972090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cache:
- $HOME/.gradle/wrapper/

before_install:
- sudo add-apt-repository ppa:linuxuprising/java && sudo apt update
- sudo add-apt-repository ppa:linuxuprising/java && sudo apt-get update
- echo oracle-java11-installer shared/accepted-oracle-license-v1-2 select true | sudo /usr/bin/debconf-set-selections
- sudo apt install -y oracle-java11-set-default php-cli
- sudo apt-install -y oracle-java11-set-default php-cli
- java -version && php -v
- chmod +x gradlew
- "export ORG_GRADLE_PROJECT_ideaVersion=${IDEA_VERSION}"
Expand Down

0 comments on commit d972090

Please sign in to comment.