summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-25 14:13:37 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-25 14:13:37 +0200
commitb885fc906f5df52d73cfcc0e41846d9d20504192 (patch)
tree9934be81ec18964301dcece82d7b294ad51aebfc
parente55a1051eaee1833f60e8da317075e2654070057 (diff)
downloadNim-b885fc906f5df52d73cfcc0e41846d9d20504192.tar.gz
make travis use GCC instead of clang
-rw-r--r--.travis.yml1
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