@ -1,8 +1,8 @@
image: jimmycuadra/rust:latest
stages:
- test
test:
test stable:
image: scorpil/rust:stable
stage: test
script:
- rustc -V
@ -13,3 +13,30 @@ test:
tags:
- docker
allow_failure: false
test beta:
image: scorpil/rust:beta
- cargo -V
- cargo test
only:
- master
allow_failure: true
test nightly:
image: scorpil/rust:nightly