Skip to content

Commit 33c7dfd

Browse files
committed
Add Firefox to run on Travis.
1 parent 1478078 commit 33c7dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
88
];
99

1010
if (process.env.TRAVIS){
11-
browsers = ['PhantomJS'];
11+
browsers = ['PhantomJS', 'Firefox'];
1212
}
1313

1414
grunt.initConfig({

0 commit comments

Comments
 (0)