Skip to content

Commit 9b8a4f4

Browse files
committed
Switch testing to master
1 parent a48fd2e commit 9b8a4f4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ dependencies:
22
pre:
33
- |
44
if [ ! -x ~/nim/bin/nim ]; then
5-
sudo apt-get install gcc
6-
git clone -b devel --depth 1 git://github.com/araq/nim ~/nim/
7-
git clone -b devel --depth 1 git://github.com/nim-lang/csources ~/nim/csources/
5+
git clone -b master --depth 1 git://github.com/araq/nim ~/nim/
6+
git clone -b master --depth 1 git://github.com/nim-lang/csources ~/nim/csources/
87
cd ~/nim/csources; sh build.sh; cd ..
98
rm -rf csources
109
bin/nim c koch

0 commit comments

Comments
 (0)