remove travis
This commit is contained in:
parent
6e71c825d9
commit
40759cc960
5 changed files with 2 additions and 27 deletions
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Run Fess
|
||||
run: bash .travis/before_script.sh
|
||||
run: bash src/test/resources/before_script.sh
|
||||
- name: Run Integration Test
|
||||
run: bash .travis/run.sh
|
||||
run: bash src/test/resources/run.sh
|
||||
|
||||
|
|
24
.travis.yml
24
.travis.yml
|
@ -1,24 +0,0 @@
|
|||
dist: xenial
|
||||
|
||||
sudo: required
|
||||
|
||||
language: java
|
||||
|
||||
jdk:
|
||||
- openjdk11
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.m2/repository
|
||||
|
||||
install:
|
||||
- mvn antrun:run
|
||||
- mvn package
|
||||
|
||||
before_script:
|
||||
- java -version
|
||||
- bash .travis/before_script.sh
|
||||
|
||||
script:
|
||||
- bash .travis/run.sh
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
Fess Enterprise Search Server [](https://twitter.com/intent/tweet?text=Fess+is+very+powerful+and+easily+deployable+Enterprise+Search+Server.&url=https://github.com/codelibs/fess)
|
||||
====
|
||||
[](https://travis-ci.org/codelibs/fess)
|
||||
[](https://maven-badges.herokuapp.com/maven-central/org.codelibs.fess/fess)
|
||||
[](https://github.com/gitbucket/gitbucket/blob/master/LICENSE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue