diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e716d7c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -# Travis CI Java documentation can be found in: -# https://docs.travis-ci.com/user/languages/java/ - -# We will use Ubuntu 18.04 (bionic beaver). List of options: -# https://docs.travis-ci.com/user/reference/overview/#linux -dist: trusty - -# This enables the 'defaults' to test java applications: -language: java - -# We can specify a list of JDKs to be used for testing -# A list of available JDKs in Trusty can be seen in: -# https://docs.travis-ci.com/user/reference/xenial/#jvm-clojure-groovy-java-scala-support -jdk: - - openjdk8 - - oraclejdk8 - -before_install: - - echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import - - echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust - -install: - mvn --settings .maven.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V - -# Each job in Travis CI has several steps: -# https://docs.travis-ci.com/user/job-lifecycle/ -# The 'language: java' directive sets up sane defaults to test common java applications -# We use the defaults for installing dependencies, compiling and testing maven applications -# In our case it will be 'mvn install' followed by 'mvn test' - -# This is to enable CodeCov's coverage -# If a build is successful, the code is submitted for coverage analysis -after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file diff --git a/README.md b/README.md index 9be2ce5..b7a96d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Logo](https://github.com/psambit9791/jdsp/blob/master/res/img/JDSP-Logo.png#gh-light-mode-only) -[![Build Status](https://travis-ci.com/psambit9791/jdsp.svg?branch=master)](https://app.travis-ci.com/psambit9791/jdsp) +[![Build Status](https://github.com/psambit9791/jdsp/actions/workflows/maven.yml/badge.svg)](https://github.com/psambit9791/jdsp/actions/workflows/maven.yml) [![codecov](https://codecov.io/gh/psambit9791/jdsp/branch/master/graph/badge.svg)](https://codecov.io/gh/psambit9791/jdsp) [![Maven Central](https://img.shields.io/maven-central/v/com.github.psambit9791/jdsp.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.psambit9791%22%20AND%20a:%22jdsp%22) [![javadoc](https://javadoc.io/badge2/com.github.psambit9791/jdsp/javadoc.svg)](https://javadoc.io/doc/com.github.psambit9791/jdsp) diff --git a/pom.xml b/pom.xml index 69468a5..11286c6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.psambit9791 jdsp - 3.0.0 + 3.1.0-SNAPSHOT UTF-8 @@ -51,7 +51,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.7.0 true ossrh @@ -121,8 +121,8 @@ maven-compiler-plugin 3.12.0 - 9 - 9 + 8 + 8 ${project.build.sourceEncoding}