Skip to content

Commit 55aedda

Browse files
author
Taylor Scott
committed
Add circle config
1 parent bf4c1f6 commit 55aedda

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: circle.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
machine:
2+
ruby:
3+
version: 2.3.1
4+
5+
database:
6+
override:
7+
- bundle exec rake test_app
8+
9+
test:
10+
override:
11+
- bundle exec rubocop -R
12+
- bundle exec rake

0 commit comments

Comments
 (0)