jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

TravisCI fails #35

Closed tommedema closed 8 years ago

tommedema commented 8 years ago

I'm using the .travis.yml file from master, and enabled the repo at travis-ci.com.

The Travis build fails, not having changed the boilerplate.

The error is:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 google-chrome-stable : Depends: lsb-base (>= 4.1) but 4.0-0ubuntu20.3 is to be installed

See the full log file here.

jhen0409 commented 8 years ago

It seems related to this comment, and google-chrome-stable also fails now.

gauntface commented 8 years ago

You can upgrade your VM from Ubuntu 12.04 to 14.04 by following info here: https://docs.travis-ci.com/user/trusty-ci-environment/

This fixed the issue on my Travis builds.

tommedema commented 8 years ago

Using trusty also works for me.

jhen0409 commented 8 years ago

Close via #36.