This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplifies Travis config - eliminates before_script entries.
New rake tasks. Cleans up a couple of previous merging issues unrelated to the Travis fix.
- Loading branch information
1 parent
06519ab
commit 33b6191
Showing
4 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
language: ruby | ||
rvm: | ||
- 2.0.0 | ||
before_script: | ||
- "cp config/log4r.yml.sample config/log4r.yml" | ||
- "cp config/log4r_batch_processor.yml.sample config/log4r_batch_processor.yml" | ||
- "cp config/log4r_fixity_check.yml.sample config/log4r_fixity_check.yml" | ||
- "cp config/database.yml.sample config/database.yml" | ||
- "cp config/folder_ingest.yml.sample config/folder_ingest.yml" | ||
- "cp config/role_map.yml.sample config/role_map.yml" | ||
- "cp config/solr.yml.sample config/solr.yml" | ||
- "cp config/fedora.yml.sample config/fedora.yml" | ||
- "cp config/environments/test.rb.sample config/environments/test.rb" | ||
- "rake db:migrate" | ||
- "rake db:test:prepare" | ||
- "rake jetty:clean" | ||
- "rake jetty:config" | ||
script: "rake dul_hydra:ci" | ||
script: "bundle exec rake dul_hydra:ci:build" | ||
notifications: | ||
email: | ||
- [email protected] |
This file contains 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 characters
This file contains 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 characters
This file contains 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 characters