Skip to content

Commit 085fc98

Browse files
committed
DATAJDBC-485 - Fixes the Travis build.
Uses the .travis.yml from the master branch.
1 parent 742f8d2 commit 085fc98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: java
22

3-
jdk:
4-
- oraclejdk8
5-
63
cache:
74
directories:
85
- $HOME/.m2
@@ -14,4 +11,7 @@ services:
1411

1512
install: true
1613

17-
script: "mvn clean dependency:list test -Pall-dbs -Dsort -U"
14+
script:
15+
- "echo 'microsoft/mssql-server-linux:2017-CU6' > spring-data-jdbc/src/test/resources/container-license-acceptance.txt"
16+
- "./mvnw -version"
17+
- "./mvnw -Pjava11 clean dependency:list test -Pall-dbs${NO_JACOCO:+',no-jacoco'} -Dsort -U"

0 commit comments

Comments
 (0)