Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Added email notification; copy solr.yml sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandekstark committed Jun 11, 2013
1 parent 39006c4 commit e4809cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ before_script:
- "cp config/log4r_fixity_check.yml.sample config/log4r_fixity_check.yml"
- "cp config/database.yml.sample config/database.yml"
- "cp config/role_map_test.yml.sample config/role_map_test.yml"
- "cp config/solr.yml.sample config/solr.yml"
- "cp config/fedora.yml.sample config/fedora.yml"
- "rake db:migrate"
- "rake db:test:prepare"
- "rake jetty:clean"
Expand All @@ -14,3 +16,6 @@ script: "rake dul_hydra:ci"
branches:
only:
- travis-ci
notifications:
email:
- [email protected]

0 comments on commit e4809cd

Please sign in to comment.