Skip to content

Commit 3bf36bc

Browse files
committed
Create .travis.yml file
1 parent 84955cc commit 3bf36bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: ruby
2+
rvm:
3+
- 2.3
4+
script:
5+
- bundle exec rubocop
6+
- ./build.sh

0 commit comments

Comments
 (0)