Last active
August 8, 2023 05:52
-
-
Save divineforest/15e3a17bb6572df56101 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm: | |
- 2.1.3 | |
env: | |
global: | |
- DATABASE_URL=postgres://postgres@localhost/app | |
matrix: | |
- BUILD_CMD='rspec' | |
- BUILD_CMD='rake assets:precompile RAILS_ENV=production' | |
- BUILD_CMD='rake db:setup RAILS_ENV=development' | |
before_script: | |
- bundle exec rake db:create db:migrate | |
script: eval bundle exec ${BUILD_CMD} |
Author
divineforest
commented
Nov 23, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment