Created
April 25, 2014 19:13
Revisions
-
CH-JesseMa revised this gist
Apr 25, 2014 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" -
CH-JesseMa created this gist
Apr 25, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"