Skip to content

Commit b7e102d

Browse files
committed
Remove whitespaces from end of line
These whitespaces have been accidentally committed in c8af80e.
1 parent 0086f31 commit b7e102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ install:
33
# Download dependencies with JDK 8 because Maven Central supports
44
# TLS 1.2 only but OpenJDK 6 does not.
55
- export ORIGINAL_JAVA_HOME=$JAVA_HOME
6-
- jdk_switcher use oraclejdk8
6+
- jdk_switcher use oraclejdk8
77
- ./mvnw test -DskipTests
88
# Delete all files created with JDK 8
99
- ./mvnw clean

0 commit comments

Comments
 (0)