From 22af7b1c75eb71d5ba7e2d119418d9a57d8d2c1b Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 28 May 2018 09:21:56 +0000 Subject: [PATCH] fixed .travis.yml for the second time --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a99daf..54e54a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: c sudo: false -before_scirpt: cd moo + +compiler: + - gcc + - clang + script: - - ./configure && make \ No newline at end of file + - cd moo && ./configure && make \ No newline at end of file