Skip to content

Commit

Permalink
Git Submodules fix for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
2m committed Oct 19, 2017
1 parent 56b3e9e commit f331ed3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ scala:
jdk:
- oraclejdk8

git:
submodules: false

before_install:
- git submodule update --init --remote --recursive

script: sbt test scripted

before_cache:
Expand Down

0 comments on commit f331ed3

Please sign in to comment.