From 4c427bbf624f2b4dc09e681966d0d6a11ffe2d36 Mon Sep 17 00:00:00 2001 From: Dimitri Kopriwa Date: Sun, 6 Jan 2019 17:28:26 +0700 Subject: [PATCH] fix(release): trying one more release without build cache on travis due to errors reported in esm module --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e688a5f..e530441 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,6 @@ language: node_js sudo: required dist: trusty -# Blocklist -branches: - except: - - gh-pages # will be deployed to, no need to build it - cache: directories: - node_modules