From 02d1bee636381e1c667b2df85da09a1077f8dd40 Mon Sep 17 00:00:00 2001 From: Kyle Welch Date: Mon, 7 May 2018 08:52:36 -0500 Subject: [PATCH] add ci to build script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bfc759a..8887bf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ cache: yarn # Run the the validate script # Temporarily also run the build script to make sure it works # (will move this to the release step once that's implemented) -script: yarn run validate --ci && yarn run build +script: yarn run validate --ci && yarn run build --ci