File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11---
22.travis.yml :
3- extras :
4- - rvm : 2.4.0
5- env : PUPPET_VERSION="~> 4.0" CHECK=acceptance BEAKER_set="docker/centos-7" bundle exec rake acceptance
6- services : docker
7- sudo : required
8- bundler_args : --without development
3+ docker_sets :
4+ - set : docker/centos-7
95 secure : " l2HEhssQyDQGrdBkGS8f/gQ4FA5vVLM0JegyAVaaIXpRrJYgRiDAvC+u81HS//+J0v9cr4jo74ncl1HGU0QJZURJX/L8DJqUVXzSZpe9HmfrQpV1RDUSNMqzaIq5Z268Ou9n1Jkeg58WJyIaks9PQhXoWRRSnaCyDHrbGM8XcAU="
Original file line number Diff line number Diff line change @@ -25,9 +25,10 @@ matrix:
2525 - rvm : 2.4.3
2626 bundler_args : --without system_tests development release
2727 env : PUPPET_VERSION="~> 5.0" CHECK=build DEPLOY_TO_FORGE=yes
28- - rvm : 2.4.0
29- bundler_args : --without development
30- env : PUPPET_VERSION="~> 4.0" CHECK=acceptance BEAKER_set="docker/centos-7" bundle exec rake acceptance
28+ - rvm : 2.4.3
29+ bundler_args : --without development release
30+ dist : trusty
31+ env : PUPPET_INSTALL_TYPE=agent BEAKER_debug=true BEAKER_set=docker/centos-7 CHECK=beaker
3132 services : docker
3233 sudo : required
3334branches :
You can’t perform that action at this time.
0 commit comments