From acf9da6b8df1914ac827df82fcb3053e9aa7b866 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 23 Nov 2016 14:23:12 +0800 Subject: [PATCH] Run tests for Discourse Cakeday on Travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ca3ba4a081..513f3c15ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ before_install: - gem install bundler - git clone --depth=1 https://github.com/discourse/discourse-backup-uploads-to-s3.git plugins/discourse-backup-uploads-to-s3 - git clone --depth=1 https://github.com/discourse/discourse-spoiler-alert.git plugins/discourse-spoiler-alert + - git clone --depth=1 https://github.com/discourse/discourse-cakeday.git plugins/discourse-cakeday - npm i -g eslint babel-eslint - eslint app/assets/javascripts - eslint --ext .es6 app/assets/javascripts