swp-fu-eid / eid-fu-swp

Docker-based REST API implemented with Django and restframework.
MIT License
2 stars 1 forks source link

CI pipeline #29

Closed Armagetron closed 7 years ago

Armagetron commented 7 years ago

This pull request adds a travis pipeline to automatically test any changes. Parts of this code have been contributed by @m273d15. It creates an environment and launches the docker containers and runs our test cases.

It depends on the PR #23, #24 and #25 . Please merge it only after these have been merged into master.

nils-wisiol commented 7 years ago

after rebase, this should be ready to merge!

Armagetron commented 7 years ago

@nils-wisiol done!

Armagetron commented 7 years ago

@nils-wisiol done!

nils-wisiol commented 7 years ago

Please update the commit message. The current text is somewhat misleading, especially for fix-up commits that are no longer 'visible' in history (e.g. change EOL).

Hints on how to phrase good commit messages.

Armagetron commented 7 years ago

done

nils-wisiol commented 7 years ago

this is green even if tests fail. The command inspecting the exit code fails.

Armagetron commented 7 years ago

It should work now.

nils-wisiol commented 7 years ago

lgtm