Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 1d588e8

Browse files
authored
Travis: cache Maven dependencies; disallow sudo (#52)
1 parent cf9f7fe commit 1d588e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
language: java
2+
sudo: false
23

34
jdk:
45
- oraclejdk8
56
- oraclejdk7
67

8+
cache:
9+
directories:
10+
- $HOME/.m2
11+
712
before_install:
813
- mvn install:install-file -Dfile=lib/spring-restdocs-core-1.1.2.RELEASE-test.jar
914
-DgroupId=org.springframework.restdocs -DartifactId=spring-restdocs-core

0 commit comments

Comments
 (0)