Skip to content

Commit 9fdd260

Browse files
committed
Add travis CI
1 parent ebc1596 commit 9fdd260

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sudo: required
2+
3+
language: java
4+
before_install:
5+
- mkdir ci-dependencies
6+
- cd ci-dependencies
7+
- curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/ojdbc14-10.2.0.4.0.jar
8+
- mvn install:install-file -Dfile=ojdbc14-10.2.0.4.0.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.4.0 -Dpackaging=jar
9+
- curl -O https://openskywalking.github.io/skywalking-ci-assist/jars/resin-4.0.41.jar
10+
- mvn install:install-file -Dfile=resin-4.0.41.jar -DgroupId=com.caucho -DartifactId=resin -Dversion=4.0.41 -Dpackaging=jar
11+
- cd ..
12+
13+
install:
14+
- jdk_switcher use oraclejdk8
15+
- ./mvnw clean install
16+

0 commit comments

Comments
 (0)