Explorar el Código

Attempt 2 to fix TravisCI failing

Fixing-travis-yml
BinHong Lee hace 7 años
padre
commit
381964fa29
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. +1
    -7
      .travis.yml

+ 1
- 7
.travis.yml Ver fichero

@@ -1,11 +1,5 @@
sudo: required
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: sudo apt-get -qq update
before_install: sudo apt-get update
install: ./install.sh
script: ant test

Cargando…
Cancelar
Guardar