Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Merge 7659fdb into 09dbeac
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Jan 5, 2014
2 parents 09dbeac + 7659fdb commit 35e1b1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "rebund"]
path = rebund
url = https://github.com/mezis/rebund.git
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,22 @@ services:
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- ./rebund/run download
- gem update bundler
- bundle install --path vendor/bundle
before_script:
- psql -c 'create database appfab_test;' -U postgres
- cp config/database-travis.yml config/database.yml
- bundle exec rake db:migrate
after_script:
- ./rebund/run upload
rvm:
- 2.1.0
env:
global:
- RAILS_ENV=test
- secure: "HFtHThHDSBRB0h/OhszRAoaYM0hvmD/2kS2rhDMzF7Vo3qFu0vFSRX06hWGSUUuZQSju+FP7BI6DwQAF8Ff6j7G378+JVgCTCcB1urn5xZi6w2EdIqfF2HWzBwQDB1Ss6OEK068nNw6J44+LRG/Y4t859wWOVUxOSBdWVyLB0fg="
matrix:
- BUILD_TARGET=spec
- BUILD_TARGET=cucumber
Expand Down
1 change: 1 addition & 0 deletions rebund
Submodule rebund added at 03a688

0 comments on commit 35e1b1e

Please sign in to comment.