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 +