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

Commit

Permalink
Copy log4r config with cp in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandekstark committed Jun 10, 2013
1 parent d400cd3 commit 83a0214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
before_script:
- "rake dul_hydra:config"
- "cp config/log4r.yml.sample config/log4r.yml"
- "rake jetty:clean"
- "rake jetty:config"
script: "rake dul_hydra:ci"
Expand Down
3 changes: 0 additions & 3 deletions lib/tasks/dul_hydra.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ namespace :dul_hydra do
desc "CI build"
task :ci do
ENV['environment'] = "test"
#Rake::Task["dul_hydra:config"].invoke
#Rake::Task["jetty:clean"].invoke
#Rake::Task["jetty:config"].invoke
jetty_params = Jettywrapper.load_config
jetty_params[:startup_wait] = 60
Jettywrapper.wrap(jetty_params) do
Expand Down

0 comments on commit 83a0214

Please sign in to comment.