Skip to content

Commit 0dba8fe

Browse files
committed
Create initial travis CI file
1 parent 88e4a98 commit 0dba8fe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# octofacts
2+
3+
language: ruby
4+
install: true
5+
script: "script/cibuild"
6+
7+
matrix:
8+
include:
9+
- rvm: 2.4
10+
- rvm: 2.3.2
11+
- rvm: 2.2.3
12+
- rvm: 2.1

0 commit comments

Comments
 (0)