diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-03-29 12:45:59 +0200 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-03-29 12:45:59 +0200 |
commit | 8dc14bf88cbf38496aa21c2c17e42b211e7e1278 (patch) | |
tree | afc05afe07d606da5205da83574897dad94dc06f /.travis.yml | |
parent | 41276911b95c934dd5f33ccef53b03bc9dd40975 (diff) |
ci: add rake test command to script
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ef000316..606bd4fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ dist: bionic before_install: - sudo apt-get update -y - sudo apt-get install -y libtokyocabinet-dev zlib1g-dev libbz2-dev libxml2-dev libxslt1-dev +script: +- bundle exec rake test rvm: - 2.7.0 - 2.6.0 |