aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-17 05:53:33 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-17 05:53:33 +0200
commit16229d80d577d320a600b32f67f4767d763dfc4d (patch)
tree1cf05144eb5601c40924e1ba84b50fa1d0a28692 /.travis.yml
parent55112f70bfffd79e97a68f6663131ad7405c3a95 (diff)
downloadghdl-16229d80d577d320a600b32f67f4767d763dfc4d.tar.gz
ghdl-16229d80d577d320a600b32f67f4767d763dfc4d.tar.bz2
ghdl-16229d80d577d320a600b32f67f4767d763dfc4d.zip
travis: remove script deploy, adjust fold.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index da55c31d2..aef289aaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ matrix:
sudo: required
services: docker
- os: osx
- osx_image: xcode7.2
+ osx_image: xcode7.3
install: true
@@ -32,8 +32,6 @@ deploy:
repo: tgingold/ghdl
tags: true
all_branches: true
- - provider: script
- script: /bin/true
after_deploy:
- "echo deployed"