Correct docker image.

This commit is contained in:
Bill Thiede 2019-06-21 20:59:09 -07:00
parent 97ae54d2dd
commit 97a0548b24

View File

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: rtiow - name: rtiow
image: ruste image: rust
commands: commands:
- cd rtiow && cargo test - cd rtiow && cargo build --verbose --all
- cd rtiow && cargo build - cd rtiow && cargo test --verbose --all