Added compiler
This commit is contained in:
parent
d39b9b1c3f
commit
d4f48f4921
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ test:
|
|||
- stretch
|
||||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y ruby ruby-dev imagemagick git
|
||||
- apt-get install -y ruby ruby-dev imagemagick git build-essential
|
||||
- gem install bundler
|
||||
- bundle install --path /cache
|
||||
- bundle exec rake db:create RAILS_ENV=test
|
||||
- bundle exec rake test
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue