Skip to content

Commit

Permalink
Merge pull request #325 from akka/jr/debug-gradle-problem
Browse files Browse the repository at this point in the history
Fix gradle build problems on Travis
  • Loading branch information
jrudolph authored Aug 7, 2018
2 parents 70b417d + c4c8334 commit c69a850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: scala
scala:
- 2.12.6

# make sure to fetch enough commits, so that git describe still works
git:
depth: false

jobs:
include:
- stage: tests
Expand Down Expand Up @@ -51,6 +55,7 @@ cache:
directories:
- $HOME/.ivy2/cache
- $HOME/.sbt/boot
- $HOME/.gradle

env:
global:
Expand Down

0 comments on commit c69a850

Please sign in to comment.