This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new f9ce4f6  Update .travis.yml to only build master branch
f9ce4f6 is described below

commit f9ce4f6c60cc95f7d54dd4e8b11cab9f017914f7
Author: Gerben <[email protected]>
AuthorDate: Thu Sep 17 18:04:24 2020 +0200

    Update .travis.yml to only build master branch
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index fd27504..80ec564 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,3 +11,7 @@ node_js:
 before_install:
   - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1
   - export PATH="$HOME/.yarn/bin:$PATH"
+
+branches:
+  only:
+    - master

Reply via email to