From 77f229ad96128b541681e4edfaa300a72e360afb Mon Sep 17 00:00:00 2001 From: Jack Fitch <55409055+Jack1424@users.noreply.github.com> Date: Thu, 20 Oct 2022 21:48:25 -0400 Subject: [PATCH] implement Travis CI --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..dff5f3a --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: java diff --git a/README.md b/README.md index 3f8f552..34fcff3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# RealTimeWeather +# RealTimeWeather [![Build Status](https://app.travis-ci.com/Jack1424/RealTimeWeather.svg?branch=master)](https://app.travis-ci.com/Jack1424/RealTimeWeather) A lightweight Minecraft Java server plugin that allows you to sync your server's time and weather with the real world \ No newline at end of file