Differences From Artifact [53acd6323f]:
- File .travis.yml — part of check-in [0765df9754] at 2020-05-09 13:41:33 on branch trunk — Add tests for OFSCTPSocket (user: js, size: 12742) [annotate] [blame] [check-ins using] [more...]
To Artifact [6d385d9409]:
- File .travis.yml — part of check-in [fdef4054ff] at 2020-04-26 09:37:57 on branch trunk — .travis.yml: Configure IPX on precise to run tests (user: js, size: 12703) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
248 249 250 251 252 253 254 |
pkgs="gobjc-multilib";
;;
*)
pkgs="gobjc";
;;
esac;
| < < | 248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
pkgs="gobjc-multilib";
;;
*)
pkgs="gobjc";
;;
esac;
if grep precise /etc/lsb-release >/dev/null; then
pkgs="$pkgs ipx";
fi;
if ! sudo apt-get -qq install -y $pkgs >/tmp/apt_log 2>&1; then
cat /tmp/apt_log;
exit 1;
|
| ︙ | ︙ |