From 1d863cc693f1fa3509f1ca8cabf1ef9bb4fac760 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sat, 13 Oct 2018 15:00:55 -0400 Subject: [PATCH] Add linting to CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index af9d594..33f59f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ node_js: - 10 script: + - yarn lint:js - yarn test