Explorar el Código

Update OSX image

tags/v0.0.1
Thom Wiggers hace 5 años
padre
commit
3ca9cfe5cd
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 1BB0A7CE26E363
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml Ver fichero

@@ -2,7 +2,7 @@ matrix:
include:
- name: "MacOS + Clang"
os: osx
osx_image: xcode10.1
osx_image: xcode10.2
compiler: clang
before_install:
- pip3 install -r requirements.txt
@@ -23,7 +23,7 @@ matrix:
- astyle
- name: "MacOS + GCC8"
os: osx
osx_image: xcode10.1
osx_image: xcode10.2
compiler: gcc
addons:
homebrew:


Cargando…
Cancelar
Guardar