aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoreine <6628437+eine@users.noreply.github.com>2020-03-01 20:53:18 +0100
committerGitHub <noreply@github.com>2020-03-01 20:53:18 +0100
commit5cf513ac1a4f6ef61ee8c4312e3567ab2a49e96f (patch)
tree7c1e496a1585401565accdbf59b4e16a84a5fd0e /.travis.yml
parenta423981be5f226cd70429169c484814b2fd64752 (diff)
downloadghdl-5cf513ac1a4f6ef61ee8c4312e3567ab2a49e96f.tar.gz
ghdl-5cf513ac1a4f6ef61ee8c4312e3567ab2a49e96f.tar.bz2
ghdl-5cf513ac1a4f6ef61ee8c4312e3567ab2a49e96f.zip
enable synth by default (#1102)
* enable synth by default * ci: disable synth for the GPL builds * deprecate Ubuntu 16, use Ubuntu 18 in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2ba50e615..19f673f97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,11 +11,9 @@ env:
matrix:
- TASK=buster+mcode
- TASK=buster+mcode
- TARGS=--gpl
- - TASK=buster+mcode
- TARGS=--synth
- - TASK=ubuntu16+mcode
- - TASK=ubuntu16+llvm-3.9
+ TARGS="--gpl --no-synth"
+ - TASK=ubuntu18+mcode
+ - TASK=ubuntu18+llvm-5.0
- TASK=fedora31+mcode
- TASK=fedora31+llvm