From ca3e22af253f1ded4e9fb1ab9419fc051b953b31 Mon Sep 17 00:00:00 2001 From: Graham McGregor Date: Thu, 29 Jun 2017 21:44:53 -0400 Subject: [PATCH] Update build to run linting and tests --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4b7324..762841e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: node_js node_js: - 4.4.0 -before_script: - - 'npm install -g karma-cli' + - stable +install: + - npm install +script: + - npm run lint + - npm run test