"vscode:/vscode.git/clone" did not exist on "529bf0f2f11bb352eff7b0bcdecb095801da1bdb"
Commit df1aa30e authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Switched compiler to clang++ in travis-ci

parent 309d12e7
......@@ -5,7 +5,7 @@ install:
- export PYTHONUNBUFFERED=true
script:
- export CC="gcc -std=c89"
- export CC="clang++"
- source deactivate
- conda install --yes conda-build
- # Build the conda package, testing build before packaging.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment