Skip to content

Commit

Permalink
apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinto committed Jan 25, 2016
1 parent 1efb622 commit f9c6f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ script: npm run build
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
Expand Down
4 changes: 2 additions & 2 deletions karma.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function(config) {
frameworks: ['mocha'],

browsers: process.env.TRAVIS
? ['ChromiumTravis']
? ['ChromeTravis']
: ['Chrome'],

autoWatch: process.env.TRAVIS ? false : true,
Expand All @@ -23,7 +23,7 @@ module.exports = function(config) {
webpack: webpackConfig,

customLaunchers: {
ChromiumTravis: {
ChromeTravis: {
base: 'Chrome',
flags: ['--no-sandbox']
}
Expand Down

0 comments on commit f9c6f9e

Please sign in to comment.