Skip to content

Commit

Permalink
Fixes #222 default travis setup is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 13, 2017
1 parent 6f0267a commit ebcbc67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Expand Up @@ -4,10 +4,12 @@ Changelog
3.0.0a3 (unreleased)
--------------------

- Nothing changed yet.
- Fix #222 default travis setup is broken.
[jensens]


3.0.0a2 (2017-10-01)
--------------------

- Cleanup Package - remove unnecessary files from past versions
[loechel]
Expand Down
8 changes: 5 additions & 3 deletions bobtemplates/plone/addon/.travis.yml.bob
@@ -1,6 +1,7 @@
language: python
sudo: false
cache:
pip: true
directories:
- eggs
- downloads
Expand All @@ -9,9 +10,10 @@ python:
matrix:
fast_finish: true
install:
- python bootstrap-buildout.py
- bin/buildout -N buildout:download-cache=downloads code-analysis:return-status-codes=True annotate
- bin/buildout -N buildout:download-cache=downloads code-analysis:return-status-codes=True
- pip install -U pip
- pip install -r requirements.txt
- buildout -N buildout:download-cache=downloads code-analysis:return-status-codes=True annotate
- buildout -N buildout:download-cache=downloads code-analysis:return-status-codes=True
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit ebcbc67

Please sign in to comment.