Skip to content

Commit

Permalink
chore(travis): fixed chrome setup for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Sep 1, 2016
1 parent 7b72d47 commit 2a3078d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ notifications:
node_js:
- '5'
before_install:
- npm i -g npm@^3.7
- export CHROME_BIN=chromium-browser
- npm i -g npm@^3
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit 2a3078d

Please sign in to comment.