From 3678f3a3963d16a8589934c62b2bc8c8f3c7c1bb Mon Sep 17 00:00:00 2001 From: poggit-bot Date: Mon, 6 Feb 2017 13:49:16 +0100 Subject: [PATCH] Create .poggit.yml Poggit-CI is enabled for this repo by @Ad5001 Visit the Poggit-CI page for this repo at https://poggit.pmmp.io/ci/Ad5001/FastTravel --- .poggit.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .poggit.yml diff --git a/.poggit.yml b/.poggit.yml new file mode 100644 index 0000000..8176192 --- /dev/null +++ b/.poggit.yml @@ -0,0 +1,7 @@ +--- # Poggit-CI Manifest. Open the CI at https://poggit.pmmp.io/ci/Ad5001/FastTravel +branches: +- master +projects: + FastTravel: + path: "" +...