Skip to content

Configure Travis CI

paz requested to merge travis-config into master

Since travis only works with Github repositories a mirror of this repo is on Github: https://github.com/schleuder/schleuder3/ Currently the code has to be pushed manually from codecoop to Github.

All the configuration is done in .travis.yml. What is done simplified: Use ruby 2.3 and install all the dependencies before executing the specs. See the docs for more details and configuration options.

And this is the first 💚 green build 💚 https://travis-ci.org/schleuder/schleuder3/builds/170898373

There is already an issue for all the deprecation warnings that are thrown when executing the specs 👉 #104 (closed).

Merge request reports