From 47318816edb1d9cac3f778931bb921c522e7be3a Mon Sep 17 00:00:00 2001 From: Chris Sloop Date: Thu, 25 Oct 2018 17:02:03 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20:%s/ci/travis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes directory name in .travis.yml BREAKING CHANGE: None, but let's pretend like there are some anyway to trigger a major version bump --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a2b57e1..5c7d02f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: - npm i script: - npm run build && npm run test:prod -after_success: .ci/after_success.sh +after_success: .travis/after_success.sh branches: except: - /^v\d+\.\d+\.\d+$/