let's see how many lines Go takes.

This commit is contained in:
SANO Masatoshi 2015-06-29 00:31:20 +09:00
parent 6c9c68239b
commit c22d69d62b

View file

@ -8,6 +8,7 @@ install:
script:
- find . \( -name \*.c -o -name \*.h \) -type f|xargs wc -l -c
- find . \( -name \*.go \) -type f|xargs wc -l -c
- find . \( -name \*.lisp -o -name \*.ros \) -type f|xargs wc -l -c
- brew install roswell --verbose --HEAD
- ros version