Ver a proveniência

Attempt 2 to fix TravisCI failing

Fixing-travis-yml
BinHong Lee há 7 anos
ascendente
cometimento
381964fa29
1 ficheiros alterados com 1 adições e 7 eliminações
  1. +1
    -7
      .travis.yml

+ 1
- 7
.travis.yml Ver ficheiro

@@ -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

Carregando…
Cancelar
Guardar