Skip to content

Commit c222b31

Browse files
committed
adding implicit bundle install
1 parent 16d6d2c commit c222b31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

circle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ machine:
99
dependencies:
1010
pre:
1111
- pip install docker-compose
12+
- bundle install
1213

1314
test:
14-
pre:
15-
- bundle exec rspec
1615
override:
16+
- rake spec
17+
post:
1718
- docker-compose up -d
1819
- docker-compose run dockerapp python test.py
1920

0 commit comments

Comments
 (0)