diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2014-06-30 12:08:57 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2014-06-30 12:08:57 -0700 |
commit | a4b30843d810315ac222fcc9a77dd74c538d7aca (patch) | |
tree | 8c11de2071e754aeee8c5dfdf816fb1b5ecfd0e9 /.sync.yml | |
parent | 924d6b8dd3b33c983057c1b407266b0080623635 (diff) | |
parent | 4f8f7083d2b32f117ece11c14e79f328f55acd5b (diff) | |
download | puppet-stdlib-a4b30843d810315ac222fcc9a77dd74c538d7aca.tar.gz puppet-stdlib-a4b30843d810315ac222fcc9a77dd74c538d7aca.tar.bz2 |
Merge pull request #295 from cmurphy/master
Synchronize .travis.yml
Diffstat (limited to '.sync.yml')
-rw-r--r-- | .sync.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ --- .travis.yml: - unmanaged: true + script: "\"bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'\"" Rakefile: unmanaged: true Gemfile: |