diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-02 10:40:58 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-02 10:40:58 -0700 |
commit | dc4dfe711a16c29e1c9f70a5edbcab850f4bf4f4 (patch) | |
tree | 5bf6ffa83ffd67de62ff5136810fad47e4e76828 /.travis.yml | |
parent | f4e9d31b94c8b6996ddf6d8a92048bdced000696 (diff) | |
download | chef-dc4dfe711a16c29e1c9f70a5edbcab850f4bf4f4.tar.gz |
ignore failures here if we're not sudo: true
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b6abae45d8..f045a0c0a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ bundler_args: --without changelog development docgen guard maintenance omnibus_p before_script: - echo --color > .rspec - echo -fp >> .rspec - - sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers; + - sudo sed -i -e 's/^Defaults\tsecure_path.*$//' /etc/sudoers || true # do not run expensive spec tests on PRs, only on branches branches: |