Specified language in travis cfg

This commit is contained in:
2017-03-27 09:41:19 +02:00
parent fea66181e3
commit d36f2e67d9
2 changed files with 1 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
install: make get-deps install: make get-deps
script: make script: make
language: c

View File

@@ -319,11 +319,6 @@ int main(int argc, char* argv[])
// initialize bf object // initialize bf object
init_bf_object(&bf); init_bf_object(&bf);
// check arguments
if(argc < 2) {
die("Need more arguments.");
}
// optparsing ahead // optparsing ahead
while((option = getopt(argc, argv, "hde:f:")) >= 0) { while((option = getopt(argc, argv, "hde:f:")) >= 0) {
switch(option) { switch(option) {