BigW Consortium Gitlab

.travis.yml 325 Bytes
Newer Older
1
before_install: sudo apt-get install libicu-dev -y
gitlabhq committed
2 3 4 5 6
branches:
  only:
    - 'master'
rvm: 1.9.2
before_script:
gitlabhq committed
7 8
  - "bundle exec rake db:create RAILS_ENV=test"
  - "bundle exec rake db:migrate RAILS_ENV=test"
gitlabhq committed
9 10 11
  - "bundle exec rake db:seed_fu RAILS_ENV=test"
  - "sh -e /etc/init.d/xvfb start"
script: "bundle exec rake travis"