Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 827793f

Browse files
mcritchlowVivianChu
authored andcommitted
sync circle-ci ruby version with rbenv .ruby-version
- also remove extra test suite run. rspec is already configured to run in the circle-ci dashboard, so removing the line in the config file which is causing a second run of the test suite
1 parent f1b02d8 commit 827793f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

circle.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ machine:
77
version: 6.1.0
88
ruby:
99
version:
10-
2.2.3
10+
2.3.6
1111
environment:
1212
CIRCLE_ENV: test
1313
RAILS_ENV: test
@@ -24,7 +24,3 @@ dependencies:
2424
database:
2525
override:
2626
- bundle exec rake db:migrate
27-
28-
test:
29-
post:
30-
- bundle exec rspec

0 commit comments

Comments
 (0)