Doc js files from jasmine.github.io should be part of CI build
[Finish #50572569]
This commit is contained in:
@@ -44,3 +44,6 @@ matrix:
|
||||
- env:
|
||||
- JASMINE_BROWSER="phantomjs"
|
||||
- USE_SAUCE=false
|
||||
- env:
|
||||
- USE_SAUCE=false
|
||||
- TEST_COMMAND="bash travis-docs-script.sh"
|
||||
|
||||
2
Rakefile
2
Rakefile
@@ -9,7 +9,7 @@ load "jasmine/tasks/jasmine.rake"
|
||||
|
||||
namespace :jasmine do
|
||||
task :set_env do
|
||||
ENV['JASMINE_CONFIG_PATH'] = 'spec/support/jasmine.yml'
|
||||
ENV['JASMINE_CONFIG_PATH'] ||= 'spec/support/jasmine.yml'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
3
travis-docs-script.sh
Normal file
3
travis-docs-script.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
git clone https://github.com/jasmine/jasmine.github.io.git
|
||||
|
||||
bundle exec rake jasmine:ci JASMINE_CONFIG_PATH=jasmine.github.io/2.0/spec/support/jasmine.yml
|
||||
Reference in New Issue
Block a user