mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Travis - skip testing on trunk branch
This is an alias for master, so it would only duplicate that test run.
This commit is contained in:
parent
3c57c44078
commit
b4be76589d
@ -1,6 +1,9 @@
|
|||||||
# Test
|
# Test
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- trunk
|
||||||
language: c++
|
language: c++
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user