aboutsummaryrefslogtreecommitdiff
path: root/development/tools/cargo-workspace2/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'development/tools/cargo-workspace2/.travis.yml')
-rw-r--r--development/tools/cargo-workspace2/.travis.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/development/tools/cargo-workspace2/.travis.yml b/development/tools/cargo-workspace2/.travis.yml
new file mode 100644
index 000000000000..4c9b688766d0
--- /dev/null
+++ b/development/tools/cargo-workspace2/.travis.yml
@@ -0,0 +1,17 @@
+language: rust
+
+cache: cargo
+
+rust:
+- stable
+- beta
+- nightly
+
+matrix:
+ allow_failures:
+ - rust: nightly
+ fast_finish: true
+
+script:
+- cargo build --verbose --all
+- cargo test --verbose --all \ No newline at end of file