diff options
| author | a14m <[email protected]> | 2020-12-03 22:27:53 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-03 22:54:28 +0100 |
| commit | 6631db8e99b71950a5e56899df8851ee34bf0a52 (patch) | |
| tree | 7c137b815592672097a203499b7a79c1df4acfa9 | |
| parent | c51d433f682467f52f4f160aaa324224eb82285b (diff) | |
Add basic travis integration
| -rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..eaed355 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: ruby + +ruby: + - 2.4 + - 2.5 + - 2.6 + - 2.7 + +before_install: + - gem install bundler + - cd CLI/ruby |
