bluehalo / mean2-starter

Other
4 stars 0 forks source link

Update travis.yml for trusty environment. #143

Closed bodnarbm closed 7 years ago

bodnarbm commented 7 years ago

Travis-CI recently updated their default environments to trusty and updated MongoDB services on trusty to use Mongo 3.x be default.

To work on trusty, we need to remove the packages needed for precise and can revert back to using the default mongo service.

Addresses Asymmetrik/mean2-starter issue #141

See https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming and https://github.com/travis-ci/travis-ci/issues/3694