servo: Merge #13383 - Appveyor and Travis fix (from UK992:ci); r=jdm

Fixes https://github.com/servo/servo/issues/13340

Source-Repo: https://github.com/servo/servo
Source-Revision: 4cb4e38d382a02d5cabd2c9a0f073780bd8a2a1f
This commit is contained in:
UK992 2016-09-23 11:11:13 -05:00
Родитель 8a028c456e
Коммит 7946838f31
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -12,10 +12,10 @@ matrix:
dist: trusty
script:
- ./mach build -d --verbose
- ./mach test-compiletest
- ./mach test-unit
- ./mach build-geckolib
- ./mach test-geckolib
- ./mach test-unit
- ./mach test-compiletest
- bash etc/ci/check_no_unwrap.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh

Просмотреть файл

@ -2,7 +2,6 @@ version: 1.0.{build}
environment:
RUST_BACKTRACE: 1
HOME: '%APPVEYOR_BUILD_FOLDER%'
# The appveyor image we use has a pretty huge set of things installed... we make the
# initial PATH something sane so we know what to expect
PATH: "C:\\windows\\system32;\
@ -69,6 +68,6 @@ install:
build_script:
- if %BUILD_ENV%==msvc mach build -d -v && mach test-unit
- if %BUILD_ENV%==gnu bash -lc "./mach build -d -v && ./mach test-unit"
- if %BUILD_ENV%==gnu bash -lc "cd $APPVEYOR_BUILD_FOLDER; ./mach build -d -v && ./mach test-unit"
test: off