From a6ff182aa8bf6bd564b021c7807f5584f7c58365 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 11 Nov 2018 18:03:35 -0200 Subject: [PATCH] CI in progress. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84c59e00..3730cf3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,17 +11,17 @@ before_install: - npm install --global nyc mocha typescript install: -- npm run update-versions - -script: - npm run clean - npm run build - npm run build-docs - npm run tslit - npm run coveralls +script: + branches: only: - master +