Skip to content

Commit

Permalink
Merge pull request react-bootstrap#635 from react-bootstrap/revert-63…
Browse files Browse the repository at this point in the history
…0-TravisChrome

Revert "Use Chrome on TravisCI instead of PhantomJS."
  • Loading branch information
AlexKVal committed May 9, 2015
2 parents f1b0dc7 + 5fec602 commit 7bd0b74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ notifications:
on_success: always
on_failure: always
on_start: false
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
9 changes: 1 addition & 8 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,7 @@ module.exports = function (config) {

autoWatch: true,

browsers: [ isCI ? 'ChromeTravisCI' : 'Chrome' ],

customLaunchers: {
ChromeTravisCI: {
base: 'Chrome',
flags: ['--no-sandbox']
}
},
browsers: [ isCI ? 'PhantomJS' : 'Chrome' ],

captureTimeout: 60000,
browserNoActivityTimeout: 45000,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.1",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "~0.1.1",
"karma-sinon": "^1.0.3",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.0",
Expand Down

0 comments on commit 7bd0b74

Please sign in to comment.