diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2b512ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rebund"] + path = rebund + url = https://github.com/mezis/rebund.git diff --git a/.travis.yml b/.travis.yml index 70d170b..fbe26f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/rebund b/rebund new file mode 160000 index 0000000..03a688a --- /dev/null +++ b/rebund @@ -0,0 +1 @@ +Subproject commit 03a688acb716e2c440291696e60848282ab8e916