diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-12-20 21:10:57 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-12-20 21:10:57 +0100 |
commit | 17b28b201226ab6c01b01b782a64e2ae7121f027 (patch) | |
tree | 92d5babc08fead4268b63c86998fe3faba31d255 | |
parent | 6e2d20c740a25c97f0f3ba6a01d7f646167fc395 (diff) | |
download | ghdl-17b28b201226ab6c01b01b782a64e2ae7121f027.tar.gz ghdl-17b28b201226ab6c01b01b782a64e2ae7121f027.tar.bz2 ghdl-17b28b201226ab6c01b01b782a64e2ae7121f027.zip |
travis: don't run on appveyor branch
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7da46d32e..9be8f0625 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: c +branches: + except: + - appveyor matrix: include: - os: linux |