Commit graph

19 commits

Author SHA1 Message Date
Morgan Haskel
11f3b2dd86 sync via modulesync 2015-05-06 14:10:25 -07:00
Colleen Murphy
6104cfa445 Update .travis.yml
This commit makes the following changes to the test matrix:

- Runs tests on ruby 2.1.5 instead of 2.0.0
- Runs tests on ruby 1.8.7 with puppet 3.x
- Adds an environment to run on an intermediate 3.x puppet version
  instead of latest (specifically 3.4.x)
- Adds an environment to run with the future parser on latest puppet.
  This would affect the test runs for the validate and spec checks.
- Runs the tests on docker
2015-03-23 22:09:40 -07:00
Colleen Murphy
638b9c5704 Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md 2014-12-08 10:23:34 -08:00
Colleen Murphy
a8faa45723 Add validate and lint tasks to travis script 2014-07-03 09:53:52 -07:00
Colleen Murphy
0d74fb67f5 Synchronize .travis.yml 2014-06-27 10:55:05 -07:00
Colleen Murphy
66e3d2b52c Sync files 2014-06-25 17:23:29 -07:00
Hunter Haugen
e16e0df9a4 Remove autorelease 2014-03-05 09:10:18 -08:00
Hunter Haugen
ba0ef0497e Merge pull request #424 from ghoneycutt/test_puppet_3_4
Test against Puppet v3.4.0
2014-01-23 11:09:37 -08:00
Garrett Honeycutt
708d8eff5a Test against Puppet v3.4.0 2014-01-23 14:05:13 -05:00
Garrett Honeycutt
23f64bbd8d Enable fast finish in Travis
http://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
2014-01-23 14:03:47 -05:00
Ashley Penney
7564caaa3f Add 3.3, strip down the excludes. 2013-09-26 09:54:32 -04:00
Hunter Haugen
b5778d56a2 Update specs for current testing practices and GH publish 2013-06-26 14:19:57 -07:00
Richard Clamp
58699e77ae Restrict the versions and add 3.1
'~> 2.6' will match 2.7.x.
2013-02-25 20:02:18 +00:00
William Van Hevelingen
a3868bc65b Update travis config file
This commit standardizes the Gemfile and travis.yml to be similar
to the files in stdlib. Puppet 3 and ruby 1.9.3 are now added to
the matrix
2013-02-02 17:24:07 -08:00
Branan Purvine-Riley
62b395fe69 Switch to using the puppetlabs_spec_helper gem for common files 2012-05-31 15:32:36 -07:00
Branan Purvine-Riley
703c0bde30 Update the module to the new layout for easier testing and packaging
* Add spec_full, spec_prep, and spec_clean targets
* Rename Gemfile -> .gemfile for less cluttered module packages
* Append fixtuers to modulepath instead of overwriting
* Use a more complete .gitignore
* Remove the recursive symlink
2012-05-24 16:55:22 -07:00
Branan Purvine-Riley
02089f4faf Update travis config for our testing targets 2012-05-08 10:10:24 -07:00
Nan Liu
0ea463b5f0 Travis ci before script needs success exit code.
Update before script so it exits with 0 for Puppet 2.7.
2012-03-18 02:06:03 -05:00
Nan Liu
33c72efde1 Add travis.ci for testing multiple puppet versions.
The existing spec tests should be tested on multiple puppet version. The
addition of travis.ci allows us to easily verify all specs are passing
and new manifests did not break backwards compatibility by introducing
new syntax.
2012-03-18 01:35:12 -05:00