kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
923 stars 201 forks source link

Configure CI #128

Closed joshcummingsdesign closed 4 years ago

joshcummingsdesign commented 5 years ago

AppVeyor is misconfigured and is failing builds with the following error:

The build phase is set to "MSBuild" mode (default), but no Visual Studio project or solution files were found in the root directory. If you are not building Visual Studio project switch build mode to "Script" and provide your custom build command.

We should either fix AppVeyor or use CircleCI or the like.

shushugah commented 5 years ago

Plus one, happy to implement TravisCI.com, unless there are strong preferences for something else.

kurtsson commented 5 years ago

@shushugah I added the Travis integration and a minimal .travis.yml conf. It needs some love however but I leave that to you :) https://travis-ci.com/kurtsson/jekyll-multiple-languages-plugin

kurtsson commented 4 years ago

Fixed