Skip to content

Commit 829e4b2

Browse files
committed
Fixed travis config
1 parent 00174fc commit 829e4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
- mkdir -p buildout-cache/downloads
2525
install:
2626
- sed -ie "s#travis-4.x.cfg#travis-$PLONE.x.cfg#" travis.cfg
27-
- python bootstrap.py -c test-$PLONE.x.cfg
28-
- bin/buildout -t 5 -Nqc test-$PLONE.x.cfg
27+
- python bootstrap.py -c travis.cfg
28+
- bin/buildout -t 5 -Nqc travis.cfg
2929
script:
3030
- bin/test

0 commit comments

Comments
 (0)