From f7bfec88d4759b3d87da3e659b9cf9f701a5d5cb Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Wed, 20 Sep 2017 15:45:51 -0400 Subject: [PATCH] ci: run the linter from travis with every build It's be nice to have it run as a separate task, but I think this should work for now. Refs: https://github.com/ayojs/ayo/pull/71 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f3f4937457..73db5f76c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ install: - make -j2 V= script: - make -j2 test-ci + - make lint