Skip to content

Commit ccc30f1

Browse files
committed
Travis CI
1 parent 2e6c57e commit ccc30f1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: java
2+
3+
jdk:
4+
- oraclejdk8
5+
6+
before_script:
7+
- export MAVEN_OPTS="-Xmx5g -Xms1g $MAVEN_OPTS"
8+
- echo $JAVA_OPTS
9+
- echo $MAVEN_OPTS

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,4 +329,5 @@
329329
It's designed to be General, Feasible and Useful.
330330

331331
[Magi Semantic Search主页](http://www.peak-labs.com/)
332-
332+
333+
[https://travis-ci.org/ysc/QuestionAnsweringSystem](https://travis-ci.org/ysc/QuestionAnsweringSystem)

0 commit comments

Comments
 (0)