8000 chore: use Chrome and Firefox on Travis, since PhantomJS was inconsis… · angular-ui/ui-sortable@ec103c9 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit ec103c9

Browse files
committed
chore: use Chrome and Firefox on Travis, since PhantomJS was inconsistent
1 parent 00f5263 commit ec103c9

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
@@ -41,7 +41,7 @@ module.exports = function(grunt) {
4141
var testConfig = function(configFile, customOptions) {
4242
var options = { configFile: configFile, singleRun: true };
4343
var travisOptions = process.env.TRAVIS && {
44-
browsers: ['Firefox', 'PhantomJS'],
44+
browsers: ['Chrome', 'Firefox'],
4545
reporters: ['dots', 'coverage', 'coveralls'],
4646
preprocessors: { 'src/*.js': ['coverage'] },
4747
coverageReporter: {

0 commit comments

Comments
 (0)
0