solidusio / solidus_auth_devise

🔑 Devise authentication for your Solidus store.
http://solidus.io
BSD 3-Clause "New" or "Revised" License
53 stars 128 forks source link

Fix CI issues #167

Closed kennyadsl closed 4 years ago

kennyadsl commented 4 years ago

This follows ups and closes #165.

This PR fixes the failing CI builds by adding selenium-webdriver as a development dependency.

This PR also removes .travis.yml configuration since we are using CircleCI now.

kennyadsl commented 4 years ago

I've disabled Travis from their UI as well so we should not see it anymore in next PRs.