gnucash master: Travis - skip testing on trunk branch

Geert Janssens gjanssens at code.gnucash.org
Fri Jan 13 09:14:47 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/b4be7658 (commit)
	from  https://github.com/Gnucash/gnucash/commit/3c57c440 (commit)



commit b4be76589d8e491c7839e8eed430d59967f57be1
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Jan 13 15:13:07 2017 +0100

    Travis - skip testing on trunk branch
    
    This is an alias for master, so it would only duplicate that test run.

diff --git a/.travis.yml b/.travis.yml
index 2224d11..befdaa7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
 # Test
 sudo: required
 dist: trusty
+branches:
+  except:
+    - trunk
 language: c++
 compiler:
   - gcc



Summary of changes:
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-changes mailing list