From 725859ba43d69a4e6ded33df947d79f77f09a081 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 1 Jun 2018 23:42:47 +0800 Subject: [PATCH] DEV: Test discourse-group-track plugin on travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 16ccc5722be..8924dce113c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ before_install: - git clone --depth=1 https://github.com/discourse/discourse-assign.git plugins/discourse-assign - git clone --depth=1 https://github.com/discourse/discourse-patreon.git plugins/discourse-patreon - git clone --depth=1 https://github.com/discourse/discourse-staff-notes.git plugins/discourse-staff-notes + - git clone --depth=1 https://github.com/discourse/discourse-group-tracker - export PATH=$HOME/.yarn/bin:$PATH install: