Skip to content

Commit 29d9480

Browse files
committed
add Travis CI
[closes #7]
1 parent 23f025e commit 29d9480

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: ruby
2+
cache: bundler
3+
script:
4+
- bundle exec rspec
5+
- bundle exec rubocop
6+

0 commit comments

Comments
 (0)