We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 277677a + d28e9c4 commit 7ef96a4Copy full SHA for 7ef96a4
1 file changed
.travis.yml
@@ -0,0 +1,13 @@
1
+---
2
+dist: xenial
3
+language: ruby
4
+script: script/test
5
+rvm:
6
+ - 2.4
7
+ - 2.5
8
+ - 2.6
9
+before_install: gem install re2
10
+addons:
11
+ apt:
12
+ packages:
13
+ - libre2-dev
0 commit comments