Skip to content

Commit

Permalink
pushing circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav8494 committed Sep 25, 2015
1 parent fb91b2b commit ff4b716
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Customize the test machine
#machine:
# java:
# version: oraclejdk7
machine:
java:
version: oraclejdk7

## Customize dependencies
#dependencies:
# override:
# - ./gradlew compileTestJava
dependencies:
override:
- ./gradlew compileTestJava

# we automatically cache and restore many dependencies between
# builds. If you need to, you can add custom paths to cache:
# cache_directories:
# - "~/.gradle"
# - "build"
## we automatically cache and restore many dependencies between
## builds. If you need to, you can add custom paths to cache:
cache_directories:
- "~/.gradle"
- "build"

0 comments on commit ff4b716

Please sign in to comment.