Explorar el Código

Crystal is now community supported on Travis CI

master
Jonne Haß hace 8 años
padre
commit
d1944efe6a
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. +1
    -6
      .travis.yml

+ 1
- 6
.travis.yml Ver fichero

@ -1,9 +1,4 @@
language: c
before_install: |
curl http://dist.crystal-lang.org/apt/setup.sh | sudo bash
sudo apt-get -q update
install: |
sudo apt-get install crystal
language: crystal
script:
- crystal build crisp.cr
- crystal spec

Cargando…
Cancelar
Guardar