From 15d31a919832090b054397ca7a7d63c0effaf5b9 Mon Sep 17 00:00:00 2001 From: Nathan Downs Date: Wed, 3 Apr 2019 16:26:10 -0700 Subject: [PATCH] Have travis use yarn --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1074a8f3..1e27bdb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ git: branches: only: - gh-pages +install: yarn install +script: yarn test