aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 3353577..4646938 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,8 +30,4 @@ install:
script:
- (cd ctr-std && cargo build)
- - | # Build all examples
- for example in examples/*; do
- [ -e "$example" ] || continue
- cd "$example" && xargo build
- done
+ - (cd examples && xargo build)