summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Hecker <mail@apoc.cc>2020-03-31 14:25:58 +0200
committerMatthias Hecker <mail@apoc.cc>2020-03-31 14:25:58 +0200
commit83aa5b5ae3849ca924727931d51dda1725230ed4 (patch)
tree0123960a1e105a17925fdad9eccf026c90db1793 /.travis.yml
parent235b43b450b3c60058cc0de19641ff5be23d7a6c (diff)
test: add gettext/unittest to gemfile
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 8910dfc2..606bd4fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ before_install:
- sudo apt-get update -y
- sudo apt-get install -y libtokyocabinet-dev zlib1g-dev libbz2-dev libxml2-dev libxslt1-dev
script:
-- rake test
+- bundle exec rake test
rvm:
- 2.7.0
- 2.6.0