Skip to content

Commit

Permalink
fix(): Comment out the ChromeTravisCi
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Akopkokhyants committed Nov 23, 2016
1 parent a3de41a commit 6c7e938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions config/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ module.exports = function(config) {
singleRun: true
};

if (process.env.TRAVIS){
configuration.browsers = [
'ChromeTravisCi'
];
}
// if (process.env.TRAVIS){
// configuration.browsers = [
// 'ChromeTravisCi'
// ];
// }

config.set(configuration);
};
1 change: 0 additions & 1 deletion tests/slim-loading-bar.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe('SlimLoadingBar', () => {
});

it ('should change colors of progress when calling set color', () => {
console.log('progressDiv.style.color', progressDiv.style.color);
expect(progressDiv.style.color).toBe('firebrick');

// Set color
Expand Down

0 comments on commit 6c7e938

Please sign in to comment.