Skip to content

Commit

Permalink
No longer test on Travis.
Browse files Browse the repository at this point in the history
We are tested on jenkins.plone.org, and the Travis setup on master is pretty broken.

The master branch has been failing for a long time with this error:

An error occurred while generating the build script.

https://lint.travis-ci.org was complaining about the addons section.
This can be tricky to get right, because the linter errors are not entirely obvious:
- value for addons section is empty, dropping
- in addons section: dropping sauce_connect section: unexpected sequence

In our case, we had dashes in front of the options, and that broke it.

But after fixing that, it was still very broken, missing distributions.
  • Loading branch information
mauritsvanrees committed Nov 4, 2016
1 parent a7ccb0f commit 037d45e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
49 changes: 0 additions & 49 deletions .travis.yml

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ New features:

Bug fixes:

- No longer test on Travis. We are tested on jenkins.plone.org, and
the Travis setup on master is pretty broken. [maurits]

- Take more time during robot tests.
I hope that this makes a sometimes failing test always pass. [maurits]

Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ NIX_PATH=~/.nix-defexpr/channels/
all: bootstrap
bin/buildout -v

travis: bootstrap
bin/buildout -c travis.cfg -v

bootstrap:
NIX_PATH=${NIX_PATH} nix-build --out-link nixenv dev.nix
./nixenv/bin/virtualenv --distribute --clear .
Expand Down
24 changes: 0 additions & 24 deletions travis.cfg

This file was deleted.

0 comments on commit 037d45e

Please sign in to comment.