Removing the gitlab ci ability.

This would be great once we have a full lab with a server and a couple
testing environments, but for now this would require resources we
can't spare since the gitlab shared runners do not work for both windows
and linux.
This commit is contained in:
Jason Smith 2015-12-02 04:11:56 -05:00
parent 460528dea7
commit a618fb27f7

View File

@ -1,14 +0,0 @@
before_script:
- bundle_install
stages:
- build
- test
- deploy
build_linux:
stage: build
script:
- cargo build
only:
- master