Skip to content

Commit

Permalink
Did I screw up travis? Let's see if I can make it start running again
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Aug 5, 2016
1 parent 6b85a57 commit d9ef885
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: python
sudo: false
cache:
pip
directories:
- eggs
matrix:
include:
- os: linux
Expand All @@ -28,7 +24,7 @@ matrix:
python: 3.5
env: ZEO4_SERVER=1
install:
- pip install -U zc.buildout
- pip install zc.buildout
- buildout
script:
- bin/test -v1j99
Expand Down

0 comments on commit d9ef885

Please sign in to comment.