@@ -1,9 +0,0 @@
-
-# Ignore output folder for build
-target
-# Cargo lock file for native runtime - only used for cargo test
-./Cargo.lock
-# Ignore files generated by JetBrains IDEs:
-.idea
@@ -1,15 +0,0 @@
-language: rust
-rust:
- - 1.41.1
-cache:
- - cargo
-before_script:
- - rustup component add rustfmt
-script:
- - cargo fmt --all -- --check
- - cargo test --verbose --all