From d0353fb2f2e6f516ee67948a247c002446ab5357 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 23 Apr 2018 09:26:33 +0800 Subject: [PATCH] Run plugin specs for discourse-staff-notes on travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 70be4081534..6692c0e3e07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ before_install: - git clone --depth=1 https://github.com/discourse/discourse-chat-integration.git plugins/discourse-chat-integration - 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 - export PATH=$HOME/.yarn/bin:$PATH install: