Update .travis.yml

Change language to cpp
This commit is contained in:
Rod Persky
2014-05-18 01:08:35 +10:00
parent ffe6cb4e2d
commit d92c6c5ba1

View File

@@ -1,10 +1,9 @@
language: python
virtualenv:
system_site_packages: true
python:
- "2.7"
language: c++
compiler:
- gcc
- clang
install:
before_script:
- gcc -v
- mkdir build
- cd build