From 309046304818cc8a82027729f18498a99819cd89 Mon Sep 17 00:00:00 2001 From: Douglas Ludlow Date: Sat, 7 Jul 2018 13:14:20 -0600 Subject: [PATCH] Fix build. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a371b16..80bdcd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,5 @@ node_js: - "8.9" script: -- npm run build -- npm run bundles -- npm run test:single +- yarn build:lib +- yarn test:lib