Skip to content

Commit

Permalink
ci(travis): remove chromium binary
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Mar 29, 2016
1 parent 350d1a2 commit f05addb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
cache:
directories:
- node_modules
- $HOME/.chrome/chromium

install:
- npm install
Expand All @@ -22,7 +21,6 @@ addons:
- g++-4.8

before_script:
- export CHROME_BIN=$HOME/.chrome/chromium/chrome-linux/chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
Expand Down
3 changes: 1 addition & 2 deletions protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ var BROWSER_CAPS = {
args: ['show-fps-counter=true', '--no-sandbox', '--js-flags=--expose-gc'],
perfLoggingPrefs: {
'traceCategories': 'v8,blink.console,devtools.timeline,disabled-by-default-devtools.timeline'
},
binary: process.env.CHROME_BIN
}
},
loggingPrefs: {
performance: 'ALL',
Expand Down

0 comments on commit f05addb

Please sign in to comment.