summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6181134077..4312818114 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ before_script:
- env
script:
- - cargo build --verbose
+ - cargo build --all --verbose
- cargo test --all --verbose
- ./format.sh --write-mode=diff
diff --git a/appveyor.yml b/appveyor.yml
index dc84cadf7f..fbc57ab0ed 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,8 +41,8 @@ install:
# This is the "test phase", tweak it as you see fit
test_script:
- - cargo build --target %TARGET%
- - cargo build --target %TARGET% --release
+ - cargo build --all --target %TARGET%
+ - cargo build --all --target %TARGET% --release
- cargo test --all --target %TARGET%
- cargo test --all --target %TARGET% --release