Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use script to store bundle on S3 for faster Travis runs #173

Merged
merged 1 commit into from
Jun 14, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
before_install: gem update bundler
bundler_args: --without assets:development:production
language: ruby
rvm:
Expand All @@ -9,6 +8,8 @@ before_script:
- psql -c 'create database ohana_api_test;' -U postgres
- psql -U postgres -q -d ohana_api_test -f db/structure.sql
- cp config/database.travis.yml config/database.yml
install: "bin/wad"
script: "bundle exec rake"
notifications:
campfire:
rooms:
Expand All @@ -19,4 +20,8 @@ notifications:
on_success: never
on_failure: always
webhooks: http://cfa-project-monitor.herokuapp.com/projects/f4e235b6-734e-4d63-a19b-32426335c047/status
env: ADMIN_APP_TOKEN=testing123
env:
global:
- S3_BUCKET_NAME=gems-for-travis
- ADMIN_APP_TOKEN=testing123
- secure: "Zf09T1x9K8uzJPDQvdBv17XXnSh0DL8V/akzz8oRE6KfZWHlIhskqdygRyHeL4VNVndn2nvWQec8Md0nnYv+VeKASqPRBuXoaFizJBy/fvYCgTdw65puYFokF1tPFRzlrm4JiDDHJScb46eYShUzdhugsrL6cuwJJQs8ZZYYSWI="
Loading