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

Commit f273ba3

Browse files
committed
#2 [ci] Connect the GitHub project with Travis CI.
1 parent 4a2eb44 commit f273ba3

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
sudo: required
5+
install: true
6+
script: mvn clean install
7+
cache:
8+
directories:
9+
- $HOME/.m2
10+

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@
4141
<url>https://github.com/Naoghuman/lib-fxml.git</url>
4242
</scm>
4343

44+
<ciManagement>
45+
<system>Travis</system>
46+
<url>https://travis-ci.org/Naoghuman/lib-fxml</url>
47+
</ciManagement>
48+
4449
<properties>
4550
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4651
<maven.compiler.source>1.8</maven.compiler.source>
@@ -154,13 +159,6 @@
154159
<type>jar</type>
155160
</dependency>
156161

157-
<dependency>
158-
<groupId>javax.inject</groupId>
159-
<artifactId>javax.inject</artifactId>
160-
<version>1</version>
161-
<scope>compile</scope>
162-
</dependency>
163-
164162
<dependency>
165163
<groupId>junit</groupId>
166164
<artifactId>junit</artifactId>

release/Release_v0.1.0-PRERELEASE_2018-12-dd_HH-mm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ TODO
1414
#8 [api] Create new interface 'FXMLPresenter'.
1515
#6 [api] Move content from 'afterburner.fx' to this library.
1616
#5 [pom] Tweak the `pom.xml` to fit the necessities from the library.
17+
#2 [ci] Connect the GitHub project with Travis CI.
1718
#1 [lib] Create basic library structure.
1819

1920

0 commit comments

Comments
 (0)