diff options
| author | Colleen Murphy <colleen@puppetlabs.com> | 2014-06-27 10:03:48 -0700 |
|---|---|---|
| committer | Colleen Murphy <colleen@puppetlabs.com> | 2014-06-27 10:23:52 -0700 |
| commit | b5ea0a37f078fe2787346d1ea9c1703ecfd5a779 (patch) | |
| tree | 7b05cdefe47d4bff06e354156e4cad34160c7296 | |
| parent | 2fefd9c1e0249daebd327ca6e1ee3d791257e663 (diff) | |
| download | puppet-stdlib-b5ea0a37f078fe2787346d1ea9c1703ecfd5a779.tar.gz puppet-stdlib-b5ea0a37f078fe2787346d1ea9c1703ecfd5a779.tar.bz2 | |
Update .sync.yml to support new .travis.yml configs
| -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: |
