Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
octavonce committed Dec 27, 2018
1 parent dec7e5e commit 3e94a7d
Show file tree
Hide file tree
Showing 12 changed files with 894 additions and 412 deletions.
1 change: 1 addition & 0 deletions .dockerignore
@@ -0,0 +1 @@
/target
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,8 +3,14 @@ language: rust
cache: cargo

rust:
- stable
- nightly

matrix:
allow_failures:
- rust: nightly
fast_finish: true

script:
- cargo build --verbose --all
- cargo test --verbose --all

0 comments on commit 3e94a7d

Please sign in to comment.