fatihsucu
fatihsucu

Reputation: 144

Setting Environment with Puppet and test it with TravisCI

I want to use TravisCI for testing pull requests for my github repo. But i use puppet for setting environment and installing dependencies. Is there any way to build dependencies with puppet in .travis.yml.

Upvotes: 2

Views: 69

Answers (1)

Chris Pitman
Chris Pitman

Reputation: 13104

You need to customize the build environment by writing a shell script that installs and runs puppet.

Upvotes: 1

Related Questions