Skip to content

Commit 08fc6fc

Browse files
authored
Merge pull request #9 from splitwise/ar/add_travis_ci_7
add Travis CI
2 parents f573a31 + 29d9480 commit 08fc6fc

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)