X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.travis.yml;h=7985b6c0e191f770815fc37d4ee7a7f4ce154020;hb=d1731801163df1d3a8d4ddfa68adac2ec833ef7f;hp=9e46e6b8ef6b15a39e7d2b472befb604b5ad2e06;hpb=e7b4bc35e99ee3c5b2b42a1b8b3f9cd6eca1f0b2;p=rust.git diff --git a/.travis.yml b/.travis.yml index 9e46e6b8ef6..7985b6c0e19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: shell sudo: required -dist: trusty +dist: xenial services: - docker addons: @@ -168,7 +168,7 @@ matrix: if: branch = auto - env: IMAGE=i686-gnu-nopt if: branch = auto - - env: IMAGE=wasm32-unknown + - env: IMAGE=test-various if: branch = auto - env: IMAGE=x86_64-gnu if: branch = auto @@ -248,6 +248,15 @@ before_script: # Enable core dump on Linux. sudo sh -c 'echo "/checkout/obj/cores/core.%p.%E" > /proc/sys/kernel/core_pattern'; fi + - > + if [ "$IMAGE" = mingw-check ]; then + # verify the publish_toolstate script works. + git clone --depth=1 https://github.com/rust-lang-nursery/rust-toolstate.git; + cd rust-toolstate; + python2.7 "$TRAVIS_BUILD_DIR/src/tools/publish_toolstate.py" "$(git rev-parse HEAD)" "$(git log --format=%s -n1 HEAD)" "" ""; + cd ..; + rm -rf rust-toolstate; + fi # Log time information from this machine and an external machine for insight into possible # clock drift. Timezones don't matter since relative deltas give all the necessary info.