From cba1e1f74ba01bb33ad49c6b5469f231aaa8732f Mon Sep 17 00:00:00 2001 From: Foxandxss Date: Mon, 13 Jun 2016 14:59:36 +0200 Subject: [PATCH] chore: add linting to travis closes #1656 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f09411f763..1c0ac9cf7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ install: - npm run webdriver:update --prefix public/docs/_examples/_protractor - gulp add-example-boilerplate script: - - gulp $SCRIPT \ No newline at end of file + - gulp lint && gulp $SCRIPT