From 702223c40fa2932d5c960b8409eff1198de1eb72 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Thu, 30 Jun 2016 01:45:27 +0100 Subject: [PATCH] Travis CI runs on all branches (to allow `greenkeeper` to trigger Travis) --- .travis.yml | 5 ----- changelog.md | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d79da5d..4fe3ccb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,6 @@ node_js: - "4" - "6" -branches: - only: - - master - - dev - matrix: fast_finish: true include: diff --git a/changelog.md b/changelog.md index 7808e81..1d42ec6 100644 --- a/changelog.md +++ b/changelog.md @@ -27,3 +27,7 @@ ## 2.1.0 * `.getNewLibraryCopy()` method (was `.clone()`) + +## Next + +* Travis CI runs on all branches (to allow `greenkeeper` to trigger Travis)