mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Update .travis.yml
Change language to cpp
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user