Don't auto install phantom since it doesn't seem to work on travis

This commit is contained in:
Gregg Van Hove
2016-09-07 15:48:20 -07:00
parent a4b92b34f4
commit 8624a52ee0
2 changed files with 4 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ spec_files:
- '!npmPackage/**/*'
spec_dir: spec
random: true
spec_helper: spec/support/jasmine_helper.rb

View File

@@ -0,0 +1,3 @@
Jasmine.configure do |config|
config.prevent_phantom_js_auto_install = true
end