Comment preparing testem.json for now
This commit is contained in:
parent
4e283993c6
commit
daed6a6d8a
|
@ -1,10 +1,10 @@
|
|||
require 'json'
|
||||
|
||||
pull_request = ENV['TRAVIS_PULL_REQUEST'] != 'false'
|
||||
#pull_request = ENV['TRAVIS_PULL_REQUEST'] != 'false'
|
||||
|
||||
testem = JSON.parse(File.read('testem.json'))
|
||||
#testem = JSON.parse(File.read('testem.json'))
|
||||
|
||||
testem['launch_in_ci'] = ['PhantomJS']
|
||||
testem['launch_in_ci'] = ['SL_chrome', 'SL_firefox'] unless pull_request
|
||||
#testem['launch_in_ci'] = ['PhantomJS']
|
||||
#testem['launch_in_ci'] = ['SL_chrome', 'SL_firefox'] unless pull_request
|
||||
|
||||
File.open('testem.json', 'w') { |f| f.write testem.to_json }
|
||||
#File.open('testem.json', 'w') { |f| f.write testem.to_json }
|
||||
|
|
Loading…
Reference in New Issue
Block a user