geckodriver: ci: build x86_64-pc-windows-gnu without containerisation

As of 2016-09-21 Travis started serving Ubuntu precise containers when
trusty was requested. This caused the x86_64-pc-windows-gnu build to
break, but we only noticed when building on custom Travis branches
because the geckodriver master branch used a cached Rust installation.

This change reverts the 64-bit Windows builds to run outside of the
container infrastructure, in which we can guarantee we are served Ubuntu
trusty with a sufficiently modern gcc to cross-compile.

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: c7b88abfec083f2ec434d887cc35ee9a39b8b439

--HG--
extra : rebase_source : 6eaa43cc16b5d5067b7ec981b3da12edf61f159c
This commit is contained in:
Andreas Tolfsen 2016-10-03 20:37:29 +01:00
parent c2953a54d2
commit 031905e4a8

View File

@ -36,6 +36,7 @@ matrix:
- NAME=win64
- EXT=zip
dist: trusty
sudo: required
addons:
apt:
packages: