From 079a760afc294e628ae02239f89ba665529ff0cc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 15 Jul 2017 10:53:37 +0100 Subject: [PATCH] Yarn not found. Use npm instead --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0aa5bd31..5c4c8a08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: php before_script: - composer install --prefer-dist --no-dev - - yarn --pure-lockfile + - npm install script: - ./publish.sh