summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-04 15:34:05 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-03-04 15:34:05 +0100
commit05b6b2ec853542566d5fc350219e9fe1d9cc6621 (patch)
tree0f627affba5cc4bacd138053ecc85216c03a195d
parent59c98489d9abd73603dd01fa7539d2f68a90e176 (diff)
downloadbundler-sudo_on_gh_actions.tar.gz
It should fail without thissudo_on_gh_actions
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 997467d2e1..b70402e11c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,6 @@
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