diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-25 14:13:37 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-25 14:13:37 +0200 |
commit | b885fc906f5df52d73cfcc0e41846d9d20504192 (patch) | |
tree | 9934be81ec18964301dcece82d7b294ad51aebfc /.travis.yml | |
parent | e55a1051eaee1833f60e8da317075e2654070057 (diff) | |
download | Nim-b885fc906f5df52d73cfcc0e41846d9d20504192.tar.gz |
make travis use GCC instead of clang
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a3fa3f1da..3bc9a9778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |