Skip to content

Instantly share code, notes, and snippets.

@CH-JesseMa
Created April 25, 2014 19:13

Revisions

  1. CH-JesseMa revised this gist Apr 25, 2014. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion .travis.yml
    Original file line number Diff line number Diff line change
    @@ -11,4 +11,3 @@ script:
    - "bundle exec rake db:create"
    - "bundle exec rake db:migrate RAILS_ENV=test"
    - "bundle exec rake spec"
    - "bundle exec rake jasmine:ci"
  2. CH-JesseMa created this gist Apr 25, 2014.
    14 changes: 14 additions & 0 deletions .travis.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    language: ruby
    rvm:
    - 2.1.0
    before_script:
    - "sh -e /etc/init.d/xvfb start"
    - "export DISPLAY=:99.0"
    - "export JASMINE_SPEC_FORMAT=documentation"
    env:
    - PG_USERNAME='postgres'
    script:
    - "bundle exec rake db:create"
    - "bundle exec rake db:migrate RAILS_ENV=test"
    - "bundle exec rake spec"
    - "bundle exec rake jasmine:ci"