Browse Source

Fixed TravisCI requirements

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

+ 2
- 0
.travis.yml View File

@@ -1,3 +1,5 @@
sudo: required
g++: 4.8
language: cpp
install: ./install.sh
script: ant test

Loading…
Cancel
Save