From 814466cd1d69f23d6306b8d97f39735386a937a3 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Mon, 30 Oct 2017 10:47:54 -0700 Subject: [PATCH] switched to npm for travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e222fbfe..b6e41b9b 100755 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ addons: code_climate: repo_token: 6c3a1b81a09b2338d6f30913c1bcad115026689752cbb499a0a25061cda6fbcf install: - - yarn add phantomjs-prebuilt - - yarn global add grunt - - yarn install + - npm install phantomjs + - npm install -g grunt + - npm install script: - yarn run travis