Don't auto install phantom since it doesn't seem to work on travis
This commit is contained in:
@@ -23,4 +23,5 @@ spec_files:
|
|||||||
- '!npmPackage/**/*'
|
- '!npmPackage/**/*'
|
||||||
spec_dir: spec
|
spec_dir: spec
|
||||||
random: true
|
random: true
|
||||||
|
spec_helper: spec/support/jasmine_helper.rb
|
||||||
|
|
||||||
|
|||||||
3
spec/support/jasmine_helper.rb
Normal file
3
spec/support/jasmine_helper.rb
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Jasmine.configure do |config|
|
||||||
|
config.prevent_phantom_js_auto_install = true
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user