Search code examples
githubpuppettravis-ci

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.


Solution

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