From 809a250f1fc836341372984a6f771867c7a86999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Tue, 11 Dec 2018 00:33:09 +0100 Subject: [PATCH] Run component tests on Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 333fae013..4f357a2c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ install: script: - docker-compose exec webapp yarn run lint + - docker-compose exec webapp yarn run test after_success: - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh