From 373ea3ccc49609d3481617c3ceac23091053be27 Mon Sep 17 00:00:00 2001 From: Buu Nguyen Date: Fri, 17 Mar 2017 21:49:42 -0700 Subject: [PATCH] Build core only --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fbf487e..99f40f28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ branches: only: - master - /^v\d+\.\d+(\.\d+)?(-\S*)?$/ -before_deploy: "npm run build" +before_deploy: "npm run build-core" deploy: provider: npm email: apiteam@swagger.io