f530f7a5 by Gary Katsevman

only run in chrome

1 parent e55f0bd6
...@@ -26,11 +26,11 @@ module.exports = function(config) { ...@@ -26,11 +26,11 @@ module.exports = function(config) {
26 // - PhantomJS 26 // - PhantomJS
27 // - IE (only Windows) 27 // - IE (only Windows)
28 // Example usage: 28 // Example usage:
29 browsers: ['chrome_test', 29 browsers: ['chrome_test']
30 //'firefox_test', 30 //'firefox_test',
31 //'safari_test', ' 31 //'safari_test',
32 //'ipad_test', 32 //'ipad_test',
33 'android_test'], 33 //'android_test'
34 34
35 // List of files / patterns to load in the browser 35 // List of files / patterns to load in the browser
36 // Add any new src files to this list. 36 // Add any new src files to this list.
......