summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* exclude vendor dirtm/add_chefstyleThom May2016-01-121-0/+1
|
* Per RFC 64, do style checking of the Chef repoThom May2016-01-121-0/+1
| | | | | | This commit enables ChefStyle, but with no active cops. Cops will be added per the RFC (one at a time, with a supporting PR to this repo) as we go on.
* add knife-windows to external specskwspecMatt Wrock2015-12-291-0/+3
|
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-3/+89
|
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ↵tyler-ball2015-12-091-96/+9
| | | | respect ENV['http_proxy']
* Reinstate Halite and Poise bundler cachingjk/remove-halit-cacheJohn Keiser2015-12-081-3/+0
|
* Use latest bundler and rubygemsjk/reenable-bundler-cacheJohn Keiser2015-12-071-12/+4
|
* Updating the proxy tests config in .travis.yml to export a new env variable ↵tball/proxy_test_pending_changestyler-ball2015-12-071-1/+3
| | | | we need
* Add Rubinius to Build Matrix with Allowed Failurebjfish-patch-1Brandon Fish2015-12-041-0/+4
| | | Please add Rubinius to the build matrix with failure allowed.
* Merge pull request #3790 from chef/jdm/travis-sudoJay Mundrawala2015-12-011-1/+4
|\ | | | | A lot of our tests require sudo
| * Only run as sudo for tests that need itJay Mundrawala2015-11-251-0/+3
| |
| * Run tests as sudoJay Mundrawala2015-11-251-2/+2
| |
* | Use bundle to access the bundled chef-clientjk/proxy-testsJohn Keiser2015-11-241-4/+3
| |
* | Add proxy test to TravisJohn Keiser2015-11-241-0/+19
|/
* Run latest chef-zero pedantJohn Keiser2015-11-181-2/+3
|
* Raise an error when a command failsJohn Keiser2015-11-171-7/+5
|
* Remove bundler cache so external tests will runJohn Keiser2015-11-171-0/+9
| | | | (the --path bundle/vendor screws up our ability to run bundle install)
* use older bundler+rubygems for nowlcg/follow-bundlerLamont Granquist2015-11-031-1/+5
|
* Ship our Gemfile so people can run our tests from the gemjk/external-testsJohn Keiser2015-09-301-9/+9
|
* Don't add the external tests stuff to the main GemfileJohn Keiser2015-09-301-0/+9
|
* Add cheffish, chef-zero, chef-provisioning and chef-provisioning-aws specsJohn Keiser2015-09-301-3/+9
|
* Add external tests for chefspec, chef-sugar, chef-rewind, foodcritic and poiseJohn Keiser2015-09-301-0/+15
|
* Decommission 12-stableJake Champlin2015-07-071-1/+0
| | | | | Removes 12-stable from travis.yml branch filter Updates appveyor.yml for the 12.4-stable branch
* add bundler cacheLamont Granquist2015-06-041-0/+1
|
* We don't need to run ruby 2.0 in travis.jdm/travisJay Mundrawala2015-06-031-1/+0
| | | | | It only matters on Windows and so it gets run in appveyor
* Use descriptive constant names in tests to avoid conflictdanielsdeleo2015-05-191-6/+2
|
* Fix failing kitchen testsjdm/fixkitchenJay Mundrawala2015-05-081-0/+1
|
* Diagnose failing testsjdm/kitchen-after-failureJay Mundrawala2015-05-071-0/+2
|
* let the ruby patchlevels floatlcg/tweak-travisLamont Granquist2015-05-051-5/+5
| | | | test latest 2.0.x, 2.1.x, 2.2.x
* Revert "Disable Travis CI container infrastructure due to broken IPv6 support"revert-3296-disable-travis-containersJulian C. Dunn2015-04-291-0/+1
|
* Disable Travis CI container infrastructure due to broken IPv6 support:Julian C. Dunn2015-04-281-1/+0
| | | | https://github.com/travis-ci/travis-ci/issues/3302
* Merge pull request #2489 from joshk/patch-1Lamont Granquist2015-01-251-0/+3
|\ | | | | Use the new build env on Travis
| * Use the new build env on TravisJosh Kalderimis2014-11-261-0/+3
| | | | | | | | | | | | | | more ram and cpu, improved network and vm boot times docs.travis-ci.com/user/workers/container-based-infrastructure more docs soon
* | add ruby 2.2.0 to travislcg/add-ruby-22Lamont Granquist2015-01-071-0/+1
| |
* | Remove 1.9 from travis, bump 2.1 to .5 patch releasedanielsdeleo2014-11-261-4/+3
|/
* Put back "gem update --system"Julian C. Dunn2014-11-181-0/+4
|
* Revert 7ff6de20561ba20b0a6876c66e1ddd3271a10084 as we don't need itJulian C. Dunn2014-11-181-13/+0
| | | | anymore; bug has been fixed plus we don't care about Ruby 1.8.7.
* skip expensive spec tests by defaultLamont Granquist2014-11-141-1/+9
| | | | | | | | | | - `rake spec` skips knife integration tests - `rake spec:all` includes them - PRs only get `rake spec` - master (and 10/11/12-stable) get `rake spec:all` - rspec and rspec spec are still essentially rake spec:all (so omnibus-chef still tests every spec) - also some cleanup of the rspec jobs
* Updating travis to run builds on 12-stabletball/travistyler-ball2014-10-301-0/+1
|
* add FIXME commentLamont Granquist2014-10-271-0/+1
|
* only run ubuntu in travisLamont Granquist2014-10-271-2/+2
|
* force ffi-yajl to use C extlcg/force-ffi-yajlLamont Granquist2014-10-221-0/+4
| | | | might speed up builds
* Modify travis notifications so that we are notified only when a stable ↵Serdar Sutay2014-08-151-2/+3
| | | | branch is broken.
* Don't swallow end to end failuresmcquin/travis_secure_env_vars_againClaire McQuin2014-08-141-2/+2
|
* Append '|| true' to make unrun tests passClaire McQuin2014-08-141-2/+2
|
* Only run end to end tests on Travis when secure environment variables are ↵Claire McQuin2014-08-141-3/+4
| | | | available.
* Remove kitchen tests from spec/ directory, so tests can be run separately.Claire McQuin2014-08-131-2/+2
|
* Add information on using Test Kitchen for E2E testing.Claire McQuin2014-08-131-1/+2
|
* Update secure environment variables.Claire McQuin2014-08-121-42/+40
|
* Add information on using Test Kitchen for E2E testing.Claire McQuin2014-08-121-0/+2
|