balderdashy / waterline-adapter-tests

API integration tests for Waterline adapters
MIT License
16 stars 41 forks source link

Travis: falling back to mongo 2.4 #67

Closed dmarcelino closed 9 years ago

dmarcelino commented 9 years ago

Since the build will run quicker as it won't have to install MongoDB 2.6.5.

Surprisingly, applying the same change to sails-mongo's .travis.yml (branch travis-mongo-2.4) breaks the build with error:

https://travis-ci.org/balderdashy/sails-mongo/jobs/61697570#L198

It may be because sails-mongo needs unreleased changed from waterline/waterline-adapter-tests. Anyway, we probably should get to the bottom of that and apply both changes simultaneously so both sails-mongo and integration tests are tested against the same target.