diff options
author | Tim Smith <tsmith@chef.io> | 2018-01-20 11:13:10 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-01-20 11:13:10 -0800 |
commit | 85d6b19f94efae5d554431fcfe7d5105aff92a29 (patch) | |
tree | fd7e0d7fcd562e4e7e095545cadd0678e9c78c17 | |
parent | 3b6800b84eeb7bd8f84a748ac6734104fdac04b4 (diff) | |
download | chefconfig_travis.tar.gz |
Remove Travis config for chef-configchefconfig_travis
This isn't in its own repo anymore so this file does nothing
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | chef-config/.travis.yml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/chef-config/.travis.yml b/chef-config/.travis.yml deleted file mode 100644 index 927580f35f..0000000000 --- a/chef-config/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: ruby - -sudo: false -# Early warning system to catch if Rubygems breaks something -before_install: - gem update --system - -branches: - only: - - master - -matrix: - include: - - rvm: 2.0 - - rvm: 2.1 - -notifications: - on_change: true - on_failure: true - on_success: change - on_pull_requests: false - irc: - channels: - - chat.freenode.net#chef-hacking - hipchat: - rooms: - # Build Statuses - - secure: G8MNo94L8bmWWwkH2/ViB2QaZnZHZscYM/mEjDbOGd15sqrruwckeARyBoUcRI7P1C6AFmS4IKCNVXa6KzX4Pbh51gQWM92zRpRTZpplwtXz53/1l8ajLFLLMLvEMTlBFAANUKEUFAQPY4dMa14V3Qc5oijfIncN61k4nZNTKpY= - - rvm: 2.2 - # Open Source - - secure: hmcex4PpG5dn8WvjndONO4xCUKOC5kPU/bUEGRrfVbe2YKJE7t0XXbNDC96W/xBgzgnJzvf1Er0zJKDrNf4qEDEWFoozdN00WLcqREgaLLS3Seto2FjR/BpBk5q+sCV0rwwEMms2P4Qk+VSnDCnm9EaeM55hOabqNuOrRzoZLBQ= |