From 09ce3b7861532899eabe3a49ce1634c720f7202e Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 16 Dec 2019 21:20:31 +0000 Subject: [PATCH] Lint code on Travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index ddca96e..564015f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,6 @@ node_js: - 10 cache: yarn script: + - yarn lint:js + - yarn lint:md - yarn test