From 0ab6fcde520bdd0f3925016d4f4e145f8efd3340 Mon Sep 17 00:00:00 2001 From: Romain Moreau Date: Sun, 22 Oct 2023 17:27:26 +0200 Subject: [PATCH] Travis removed --- .travis.yml | 13 ------------- README.md | 1 - 2 files changed, 14 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2cf8331..0000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -language: java -jdk: - - oraclejdk21 -before_install: - - cd ../.. - - git clone https://github.com/romainmoreau/gsm-modem.git romainmoreau/gsm-modem - - cd romainmoreau/gsm-modem - - mvn install - - cd ../.. - - git clone https://github.com/romainmoreau/e-paper.git romainmoreau/e-paper - - cd romainmoreau/e-paper - - mvn install - - cd ../gas-sensor diff --git a/README.md b/README.md index 3cb430f..faf0de5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Gas sensor -[![Build Status](https://app.travis-ci.com/romainmoreau/gas-sensor.svg?branch=master)](https://app.travis-ci.com/romainmoreau/gas-sensor) To build the projects, simply run `mvn clean install`. ## Web application