Browse Source

Build: Fix Travis Cache Path for the downloaded JDK

MeFisto94 8 years ago
parent
commit
20c7e60190
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -9,7 +9,7 @@ cache:
    - $HOME/.gradle/caches/
    - $HOME/.gradle/caches/
    - $HOME/.gradle/wrapper/
    - $HOME/.gradle/wrapper/
    - netbeans
    - netbeans
-   - jdks/local/8u77-b03/compiled
+   - jdks/local/8u111-b14/compiled
 
 
 addons:
 addons:
   ssh_known_hosts: updates.jmonkeyengine.org
   ssh_known_hosts: updates.jmonkeyengine.org