mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-06 13:56:34 +02:00
remove travis, eclipse files
This commit is contained in:
23
.project
23
.project
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ripme</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
12
.travis.yml
12
.travis.yml
@@ -1,12 +0,0 @@
|
||||
language: java
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- jdk: openjdk9
|
||||
before_install:
|
||||
- rm "${JAVA_HOME}/lib/security/cacerts"
|
||||
- ln -s /etc/ssl/certs/java/cacerts "${JAVA_HOME}/lib/security/cacerts"
|
||||
- jdk: openjdk8
|
||||
|
||||
after_success:
|
||||
- mvn clean test jacoco:report coveralls:report
|
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "E:\\Downloads\\_Isaaku\\dev"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"**/.classpath": false,
|
||||
"**/.project": true,
|
||||
"**/.settings": true,
|
||||
"**/.factorypath": true
|
||||
},
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user