forked from commoncrawl/ia-web-commons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (25 loc) · 885 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
dist: trusty
language: java
# sudo required for OpenJDK7 support per:
# https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-309689557
sudo: required
jdk:
- openjdk7
- oraclejdk8
- openjdk8
before_install:
- "git clone https://github.com/iipc/travis.git target/travis"
before_script:
- "export JAVA_OPTS=-Xmx1024m"
- "export MAVEN_OPTS=-Xmx512m"
- "ulimit -u 2048"
script:
- mvn install -B -V
# whitelist in the master branch only
branches:
only:
- master
env:
global:
- secure: "qDKjVdoe4Qcz4WfXiQydU7tyl51T62FUJrjqu4FUPBcgeQhFQiggwhpaE6xCOzOpxbsuBi2R1c8gMQf5esE5iDL5jZMu+kz++dYbuzMTd13ttvZWMW5wRPH0H8iHk609FP/RDtVKKBr7WO0JvvIAZEhWNHZrLXBrrKgdTey171g="
- secure: "FXGBKJNP9X7ePJfS4eYTZtoFo4RT1sxor34XxncSJr7uV6ggtZb4B4WNd16IlLcDk6E32sx8YoWdltaOGwQ5Vg/kux5Ko/wKZCoccS018Ln1bRT86dD1KoPY34rGoNJVQxe7J/1MPqpBKwmi2XCKfzpsEh3W7bbIqg8w9MEOOZA="