Explorar el Código

Variable fixed.

main
offa hace 4 años
padre
commit
356e3362b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml Ver fichero

@@ -30,4 +30,4 @@ before_install:

script:
- if [[ -v COMPILER ]]; then docker run -v ${PWD}:/mnt -it ${DOCKER_IMG}/${COMPILER} /bin/bash -c "cd /mnt; script/ci_build.sh"; fi
- if [[ -v CONAN_DOCKER_IMAGE ]]; then script/conan_build.sh; fi
- if [[ -v CONAN_GCC_VERSIONS ]]; then script/conan_build.sh; fi

Cargando…
Cancelar
Guardar