From 151d6a159e7351bd68e26e8d7d4efe70b5018517 Mon Sep 17 00:00:00 2001 From: Jordan Hawker Date: Tue, 21 May 2019 17:28:09 -0700 Subject: [PATCH] Fix travis config --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5c370e2..257faab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,10 +35,12 @@ jobs: - stage: "Tests" name: "Tests" + install: + - yarn install --non-interactive script: - - npm run lint:hbs - - npm run lint:js - - npm test + - yarn lint:hbs + - yarn lint:js + - yarn test # we recommend new addons test the current and previous LTS # as well as latest stable release (bonus points to beta/canary)