Skip to content

Commit

Permalink
echo env vars in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Oct 26, 2019
1 parent 2e25e93 commit 4041310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ matrix:
fast_finish: true

install:
- echo $PLONE_VERSION
- echo $TEST_EGG
- sed -ie "s#5#$PLONE_VERSION#" buildout.cfg
- sed -ie "s#collective.messagesviewlet[test]#$TEST_EGG#" buildout.cfg
- cat buildout.cfg
Expand Down

0 comments on commit 4041310

Please sign in to comment.