Skip to content

Commit 484591d

Browse files
author
Frank Natividad
committed
Adding started circle.yml file
1 parent 4881ae7 commit 484591d

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

circle.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# CircleCI Build yaml
2+
# General information
3+
general:
4+
branches:
5+
only:
6+
- circleci
7+
8+
# Define VM
9+
machine:
10+
# Timezone
11+
timezone: America/Los_Angeles
12+
13+
# Version of Ruby to use for tests
14+
ruby:
15+
version: 2.3.1p112
16+
17+
# Customize checkout
18+
# checkout:
19+
20+
dependencies:
21+
override:
22+
- BUNDLE_GEMFILE=logging/Gemfile bundle
23+
24+
# Test
25+
test:
26+
overide:
27+
- BUNDLE_GEMFILE=logging/Gemfile bundle exec rspec logging

0 commit comments

Comments
 (0)