Explorar el Código

Install astyle on OSX

master
Thom Wiggers hace 5 años
padre
commit
00f72102ab
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 5 adiciones y 0 borrados
  1. +5
    -0
      .travis.yml

+ 5
- 0
.travis.yml Ver fichero

@@ -8,6 +8,10 @@ matrix:
- pip3 install -r requirements.txt
script:
- "cd test && python3 -m nose --rednose --verbose"
addons:
homebrew:
packages:
- astyle
- name: "MacOS + GCC8"
os: osx
osx_image: xcode10.1
@@ -15,6 +19,7 @@ matrix:
addons:
homebrew:
packages:
- astyle
- gcc@8
before_install:
- pip3 install -r requirements.txt


Cargando…
Cancelar
Guardar