make travis use GCC instead of clang

This commit is contained in:
Andreas Rumpf
2018-05-25 14:13:37 +02:00
parent e55a1051ea
commit b885fc906f

View File

@@ -29,7 +29,6 @@ before_script:
- cd csources
- sh build.sh
- cd ..
- sed -i -e 's,cc = gcc,cc = clang,' config/nim.cfg
- export PATH=$(pwd)/bin${PATH:+:$PATH}
script:
- nim c koch