summary refs log tree commit diff stats
path: root/.travis.yml
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 /.travis.yml
parente55a1051eaee1833f60e8da317075e2654070057 (diff)
downloadNim-b885fc906f5df52d73cfcc0e41846d9d20504192.tar.gz
make travis use GCC instead of clang
Diffstat (limited to '.travis.yml')
-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
author Andreas Rumpf <andreas@andreas-desktop> 2010-01-05 00:34:15 +0100 committer Andreas Rumpf <andreas@andreas-desktop> 2010-01-05 00:34:15 +0100 further development of httpserver' href='/ahoang/Nim/commit/examples/allany.nim?h=devel&id=a8303679960a13aa9ddd1f2fa44c2e4f9a12f071'>a83036799 ^
5d80548cc ^
a83036799 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26