From 0e149cbd8e7f739caa29bf9c53071027a66b22c9 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 89ab6bab5..5f184caaa 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: