Skip to content

Commit 0443443

Browse files
committed
Avoid CircleCI doing SQLite and database.yml install.
1 parent 030312f commit 0443443

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies:
2424
- rvm-exec 2.3.1 bundle install
2525

2626
database:
27+
override:
28+
- echo "Hello"
2729
post:
2830
- docker info
2931
- ./test/bin/setup.sh

0 commit comments

Comments
 (0)