aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-17 04:57:23 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-17 04:58:06 +0200
commit55112f70bfffd79e97a68f6663131ad7405c3a95 (patch)
tree22811873c1f598ae5ad9d9e65f1ba0eafa793c3a /.travis.yml
parent94c1bacb1138a0ce677f537252c200985366446e (diff)
downloadghdl-55112f70bfffd79e97a68f6663131ad7405c3a95.tar.gz
ghdl-55112f70bfffd79e97a68f6663131ad7405c3a95.tar.bz2
ghdl-55112f70bfffd79e97a68f6663131ad7405c3a95.zip
travis: use matrix with os-x, add fold commands in log
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8575d75f1..da55c31d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,26 @@
branches:
except:
- appveyor
+
language: c
-os: linux
-sudo: required
+
+matrix:
+ include:
+ - os: linux
+ dist: trusty
+ sudo: required
+ services: docker
+ - os: osx
+ osx_image: xcode7.2
+
install: true
-services: docker
+
script:
- ./dist/linux/travis-ci.sh
+
before_deploy:
- "echo ready to deploy"
+
deploy:
- provider: releases
skip_cleanup: true
@@ -23,5 +34,6 @@ deploy:
all_branches: true
- provider: script
script: /bin/true
+
after_deploy:
- "echo deployed"