From 05ee1617fda31e7f5fe7ed283531328463d97475 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sun, 13 Mar 2016 15:36:31 -0400 Subject: [PATCH] test(tests): add build_bundle to tests this should help for now to ensure that we are able to build --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 868af9c4e..3573bad2f 100644 --- a/circle.yml +++ b/circle.yml @@ -5,7 +5,8 @@ machine: version: 2.1.2 test: override: - - echo "Skipping tests for now" + - echo "No tests are written at the moment. But we will attempt to build the library with the latest changes." + - npm run build_bundle deployment: staging: