diff --git a/.travis.yml b/.travis.yml index fbfcabe64..5966df764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,7 @@ cache: directories: - node_module -before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s - - export PATH="$HOME/.yarn/bin:$PATH" - install: - yarn install --production=false --frozen-lockfile --non-interactive + - yarn build - yarn build:lib