From 850a238ca297bfef8f5633ca0f9508fbcc2fcb24 Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Thu, 15 Dec 2016 14:02:38 +0200 Subject: [PATCH] Include lint test into travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index bdc47838..2eeb39a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ addons: - g++-4.8 notifications: email: false +script: + - npm run lint + - npm run test