Skip to content

Commit ecc0bb0

Browse files
committedApr 11, 2020
changed travis to compile ext before db:create
1 parent 5cbf63f commit ecc0bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ env:
1818
- PGHOST=""
1919
before_install: gem install bundler -v 2.1.4
2020
script:
21+
- bundle exec rake compile
2122
- cd test/dummy
2223
- bundle exec rake db:create
2324
- bundle exec rake db:migrate

0 commit comments

Comments
 (0)
Please sign in to comment.