From 9bc249e74c8a37a4ec7e833f2c5f5c8dc4e71cea Mon Sep 17 00:00:00 2001 From: kishikawakatsumi Date: Wed, 14 Aug 2013 23:37:27 +0900 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 95c53bb..dcdda33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ before_install: script: - make test after_success: - - coveralls -e UICKeyChainStore -e UICKeyChainStoreTests --verbose \ No newline at end of file + - ./coveralls.sh -e UICKeyChainStore -e UICKeyChainStoreTests --verbose \ No newline at end of file