Skip to content

Commit

Permalink
[ CI ] Add caches
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed May 20, 2018
1 parent 6ac27ad commit 15ff65f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ script:
- ./gradlew buildPlugin
before_install:
- chmod a+x gradlew
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ build_script:
- gradlew verifyPlugin --info
#

cache:
- C:\Users\appveyor\.gradle

artifacts:
- path: 'build\distributions\*.zip'
name: julia-intellij
Expand Down

0 comments on commit 15ff65f

Please sign in to comment.