summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 02:00:17 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-07 02:03:37 +0100
commitb9b603107c8fda0f350e30d7ac273d75e5874edd (patch)
treea1060baeb80081c79fae6f2595db393f3102e963 /.travis.yml
parent5af044aeaec900a1457f8797322f0a9419774d84 (diff)
downloadbundler-b9b603107c8fda0f350e30d7ac273d75e5874edd.tar.gz
Run `rspec` directly
No need for an extra subprocess.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 92ba48d1b5..5b8fbf5232 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: ruby
dist: bionic
script:
- - bin/rake spec
+ - bin/rspec
- sudo -E rake spec:sudo
- sudo chown -R $(whoami) tmp
- BUNDLER_SPEC_PRE_RECORDED=1 bin/rake spec:realworld