Update travis.yml with new script location/conventions

This commit is contained in:
Ryan Newton 2018-12-11 11:44:05 -08:00
Родитель c0676ec63d
Коммит e5f81947a7
1 изменённых файлов: 7 добавлений и 7 удалений

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

@ -6,20 +6,20 @@ services:
env:
global:
# Mount the logs from outside the container:
# Mount the logs from outside the container when/if running PerformanceTestInterruptible:
- PTI_MOUNT_LOGS=ExternalLogs
matrix:
matrix:
# Bring up a basic test within or between containers:
- PTI_MODE=OneContainer
- PTI_MODE=TwoContainers
- DOCK=nodocker
- PTI_MODE=OneContainer DOCK=docker
# - PTI_MODE=TwoContainers DOCK=docker
script:
# Need to remove the dependence on Azure Tables /
# AZURE_STORAGE_CONN_STRING if we want to do full CI in a public
# context (or find some way to use an account without leaking its auth
# info).
# - ./._run_ci.sh
# In the meantime, we can just make sure the images build:
- ./build_docker_images.sh
# In the meantime, this will just make sure that everything builds.
- ./Scripts/run_linux_ci.sh $DOCK