summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-04 15:51:53 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-04 16:59:38 +0100
commit512cceea4e5b9f6898523b147810b55de32c82d0 (patch)
tree42308839126e1f41b78ee8f488e0431cf576b650
parent7bb2f466e91282335ae18a5290c70562020e2f6e (diff)
downloadbundler-512cceea4e5b9f6898523b147810b55de32c82d0.tar.gz
Move sudoers confguration together with sudo specs
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ea5cd76a2..5faa930a95 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: ruby
dist: bionic
script:
- bin/parallel_rspec spec
+ - sudo sed -i '/secure_path/d' /etc/sudoers
- test "$(ruby -v)" = "$(sudo -E ruby -v)"
- sudo -E bin/rake spec:sudo
- sudo chown -R $(whoami) tmp
@@ -14,7 +15,6 @@ before_script:
then
travis_retry sudo apt-get install graphviz -y;
fi
- sudo sed -i '/secure_path/d' /etc/sudoers;
branches:
only: