From dcc2dde8d540f75a7366a6fc19c6675fb937ede0 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (pragmatismo.io)" Date: Sun, 11 Nov 2018 18:06:22 -0200 Subject: [PATCH] CI in progress. --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3730cf3a..038540f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,20 +8,19 @@ notifications: email: false before_install: -- npm install --global nyc mocha typescript +- npm install --global nyc mocha typescript rimraf install: +- npm install + +script: - npm run clean - npm run build - npm run build-docs - npm run tslit - npm run coveralls -script: - branches: only: - master - -