From 9ce1f55d59bb4e3105744f2ea9a1ab1e1a79254e Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Fri, 7 Dec 2018 21:14:31 +0100 Subject: [PATCH] Always use the latest function mapping This avoids us having to do a new release of devilution-comparer every time there is a change to the function mapping --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 668563bc2..1565274d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,6 +59,8 @@ jobs: set -e wget https://github.com/diasurgical/devilution-comparer/releases/download/v0.3.5/devilution-comparer-v0.3.5-x86_64-unknown-linux-gnu.tar.xz tar xf devilution-comparer-v0.3.5-x86_64-unknown-linux-gnu.tar.xz + rm comparer-config.toml + wget https://raw.githubusercontent.com/diasurgical/devilution-comparer/master/comparer-config.toml echo '#!/bin/sh' | sudo tee /bin/wine echo 'docker run -v $(pwd):/root/devilution --entrypoint "/usr/bin/wine" diasurgical/riivaaja:stable $(basename $1) $2 $3' | sudo tee --append /bin/wine sudo chmod +x /bin/wine