Skip to content

Commit f351912

Browse files
committed
.rubocop.yml && .travis.yml
1 parent fe8531c commit f351912

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.rubocop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Style/FileName:
2+
Enabled: false

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: ruby
2+
sudo: false
3+
rvm:
4+
- 1.9.3
5+
- 2.0.0
6+
- 2.1.2
7+
- 2.2.0
8+
- 2.3.0
9+
script:
10+
- bundle exec rubocop
11+
- bundle exec rspec spec

0 commit comments

Comments
 (0)