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