From a580465ec9d4a515a4c43a21a2c9c05c3e1c77fb Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 9 May 2013 13:56:29 +0700 Subject: [PATCH] travis again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e8f9bc2..256dc1b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: c compiler: - gcc -script: cd tests/ & test:all \ No newline at end of file +script: cd tests/ & rake test:all \ No newline at end of file