Skip to content

Instantly share code, notes, and snippets.

@LuqiPan
Last active August 29, 2015 14:03
Show Gist options
  • Save LuqiPan/73ea5dc98effb3e5530b to your computer and use it in GitHub Desktop.
Save LuqiPan/73ea5dc98effb3e5530b to your computer and use it in GitHub Desktop.
Shell script to run on CI
#!/bin/bash
# ci.sh: a shell script to run on CI to automate things
bundle install
RAILS_ENV=test bundle exec rake test:ci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment