Browse Source

Attempt 2 to fix TravisCI failing

Fixing-travis-yml
BinHong Lee 7 years ago
parent
commit
381964fa29
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      .travis.yml

+ 1
- 7
.travis.yml View File

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

Loading…
Cancel
Save