From 45b7204b13ce82b07d8b730a6aa0c59fbc99bb64 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 21 Mar 2020 14:17:21 -0400 Subject: [PATCH] Only build master branch + PRs --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae8b710..10abbcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,7 @@ node_js: - '8' - 'node' - 'lts/*' -after_success: 'npm run coveralls' \ No newline at end of file +after_success: 'npm run coveralls' +branches: + only: + - master \ No newline at end of file