Skip to content

Commit b831bb5

Browse files
committed
re=write of circle config
1 parent 3277293 commit b831bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
- run:
99
name: Install docker-compose
1010
command: sudo pip install docker-compose
11-
- run:
12-
name: Run Rspec Tests
13-
command: bundle exec rspec
11+
# - run:
12+
# name: Run Rspec Tests
13+
# command: bundle exec rspec
1414
- run:
1515
name: Run Docker Compose
1616
command: docker-compose up -d

0 commit comments

Comments
 (0)