From 2998c0afdee3d62eb2b8d87f0419c6ce268d8090 Mon Sep 17 00:00:00 2001 From: Lee Rowlands Date: Sat, 11 Apr 2020 09:05:37 +1000 Subject: [PATCH] fix(pencil): travis conf --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d012f71..1468437 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,14 @@ cache: npm notifications: email: false node_js: - - 10.0.0 + - 10 - 12 - node install: - npm install script: - npm run lint - - npx run test + - npm run test branches: only: - master