summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-10 17:04:19 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-10 17:04:23 +0100
commit578414287ae43402d7ea297b9de6a37cbafcc124 (patch)
treed486493b69ce6912ba9af985edbed89325724711 /.travis.yml
parent37e5307e0869e50fd04dd46f4eb8aa5d6b1fb55d (diff)
Depend on libs in main crate
This way we do not need the travis-scripting-foo anymore.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml17
1 files changed, 1 insertions, 16 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f21327e..54878194 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,23 +32,8 @@ script:
cd -
}
- if_changed_then_build_or_exit() {
- if [[ $(changes_in "$1") ]]; then
- echo "Changes in $1, building..."
- travis_cargo_run_in "$1" || exit 1
- else
- echo "No changes in $1"
- fi
- }
-
[[ $(changes_in "doc") ]] && echo "Changes in ./doc are not build by CI"
-
- if_changed_then_build_or_exit "libimagmodule"
- if_changed_then_build_or_exit "libimagrt"
- if_changed_then_build_or_exit "libimagstore"
- if_changed_then_build_or_exit "libimagutil"
-
- (changes_in "src" && travis_cargo_run_in ".") || true
+ travis_cargo_run_in "."
addons:
apt: