From 518aa5c6b39bd1ad265a1fe3bcc27b886187a5e6 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Mon, 12 Nov 2018 20:34:37 -0200 Subject: [PATCH] fix(config): Updating semantic versioning settings. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89ab6bab..5f184caa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,11 @@ install: - npm install before_script: -#- npm run build +- npm run build script: -#- npm run build-docs -#- npm run coveralls +- npm run build-docs +- npm run coveralls branches: only: @@ -28,8 +28,8 @@ branches: after_success: - npm run travis-deploy-once "npm run semantic-release" -#- npm run typedoc -#- npm pack +- npm run typedoc +- npm pack deploy: