From 539789a83d85e1b644cbf6f0178c36f65262695c Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 16 Sep 2016 13:27:52 -0700 Subject: [PATCH] Lint and test in script block --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7b92cf25b..27e689a34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,9 @@ cache: branches: only: - master -before_script: +before_install: - nvm install stable +script: - npm run lint - nvm use $TRAVIS_NODE_VERSION - npm run unit-tests