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