We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00174fc commit 829e4b2Copy full SHA for 829e4b2
.travis.yml
@@ -24,7 +24,7 @@ before_install:
24
- mkdir -p buildout-cache/downloads
25
install:
26
- 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
+ - python bootstrap.py -c travis.cfg
+ - bin/buildout -t 5 -Nqc travis.cfg
29
script:
30
- bin/test
0 commit comments