Browse Source

Fix build by disabling the caching of the netbeans folder.

MeFisto94 5 years ago
parent
commit
b123a42980
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -9,7 +9,6 @@ cache:
   directories:
    - $HOME/.gradle/caches/
    - $HOME/.gradle/wrapper/
-   - netbeans
    - jdks/local/*/compiled
 
 addons: