diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-03-27 22:32:01 +0100 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-03-27 22:32:01 +0100 |
commit | c4e7896a87d97988926d3b57f62599384c5c7189 (patch) | |
tree | 1902cb13b4834558438781b6ef0a4a777bb88075 /.travis.yml | |
parent | 7f42c4523570cd48e67a889aea933a277d7d2a31 (diff) |
experiment with travis-ci setup
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..f834b7f2 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: ruby +rvm: + - 2.7.0 + - 2.6.0 + - 2.5.0 |