diff options
| author | Austin Hellyer <[email protected]> | 2016-12-29 17:29:22 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-12-31 11:12:58 -0800 |
| commit | cf17333cf0ace49f0c5dfc163677dabfd8c2f043 (patch) | |
| tree | c3c13d46e124ea44289c1306c0fc31af955b7206 | |
| parent | Fix doctest (diff) | |
| download | serenity-cf17333cf0ace49f0c5dfc163677dabfd8c2f043.tar.xz serenity-cf17333cf0ace49f0c5dfc163677dabfd8c2f043.zip | |
Remove GitLab CI config
| -rw-r--r-- | .gitlab-ci.yml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index a3bea97..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,25 +0,0 @@ -.cargo_test_template: &cargo_test - cache: - paths: - - cargo/ - - target/ - stage: test - script: - - rustc --version && cargo --version - - cargo test -v --features voice - -stable:cargo: - image: rustdocker/rust:stable - <<: *cargo_test - -beta:cargo: - image: rustdocker/rust:beta - <<: *cargo_test - -nightly:cargo: - image: rustdocker/rust:nightly - <<: *cargo_test - -variables: - CARGO_HOME: $CI_PROJECT_DIR/cargo - GIT_DEPTH: "1" |