Skip to content

Commit 4c195ca

Browse files
committed
Merge branch 'master' of github.com:iipc/iipc-web-commons
2 parents a732a9e + a3e17dd commit 4c195ca

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

.travis.yml

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
language: java
2+
23
jdk:
34
- oraclejdk7
5+
6+
before_install:
7+
- "git clone https://github.com/iipc/travis.git target/travis"
8+
49
before_script:
5-
- "echo $JAVA_OPTS"
610
- "export JAVA_OPTS=-Xmx1024m"
7-
- "echo $JAVA_OPTS"
8-
- "ulimit -a"
11+
- "export MAVEN_OPTS=-Xmx512m"
912
- "ulimit -u 2048"
10-
- "ulimit -a"
13+
14+
script:
15+
- "target/travis/deploy-if.sh"
16+
17+
# whitelist in the master branch only
18+
branches:
19+
only:
20+
- master
21+
22+
env:
23+
global:
24+
- secure: "qDKjVdoe4Qcz4WfXiQydU7tyl51T62FUJrjqu4FUPBcgeQhFQiggwhpaE6xCOzOpxbsuBi2R1c8gMQf5esE5iDL5jZMu+kz++dYbuzMTd13ttvZWMW5wRPH0H8iHk609FP/RDtVKKBr7WO0JvvIAZEhWNHZrLXBrrKgdTey171g="
25+
- secure: "FXGBKJNP9X7ePJfS4eYTZtoFo4RT1sxor34XxncSJr7uV6ggtZb4B4WNd16IlLcDk6E32sx8YoWdltaOGwQ5Vg/kux5Ko/wKZCoccS018Ln1bRT86dD1KoPY34rGoNJVQxe7J/1MPqpBKwmi2XCKfzpsEh3W7bbIqg8w9MEOOZA="
26+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
OpenWayback Web Commons
22
=======================
33

4+
[![Build Status](https://travis-ci.org/iipc/iipc-web-commons.png?branch=master)](https://travis-ci.org/iipc/iipc-web-commons/)
5+
46
This repository contains common utility code for the OpenWayback project.

0 commit comments

Comments
 (0)