summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Enable Travis to run Test Kitchen on EC2.Claire McQuin2014-08-121-14/+57
|
* deprecated ruby 1.8.7 through 1.9.2Lamont Granquist2014-07-261-1/+0
|
* Merge pull request #1287 from opscode/enable-travis-notificationsSerdar Sutay2014-05-201-0/+18
|\ | | | | Enable Travis CI notifications
| * Enable Travis CI notificationsSeth Chisamore2014-03-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | This commit enables notifications to the following communication channels: * HipChat - "Build Statuses" and "Open Source" rooms * IRC - #chef-hacking channel * Gitter IM - opscode/chef chat room Notifications will only be sent if a build fails OR a failed build transitions to successful.
* | Switch to ruby 2.1.1 to workaround travis rvm issuedanielsdeleo2014-05-011-2/+2
| |
* | update rvm 1.8.7 to 1.8.7-p374Claire McQuin2014-04-301-1/+1
| |
* | Run rake pedant to run local mode pedant in TravisJohn Keiser2014-04-221-1/+1
| |
* | Run Pedant against local mode in TravisJohn Keiser2014-04-221-5/+9
|/
* Add Ruby 2.1.0 to travis matrixdanielsdeleo2014-01-021-0/+1
|
* Temporarily for travis to use rubygems 2.1.xdanielsdeleo2013-12-301-0/+13
| | | | Fixes https://tickets.opscode.com/browse/CHEF-4916
* [CHEF-4343] Only test master, 10-stable, and 11-stable branches on TravisSeth Vargo2013-10-041-1/+7
|
* Use progress formatter on TravisSeth Vargo2013-07-171-3/+1
|
* start testing with travisJoseph Smith2013-06-131-0/+8