From 58f56fdcd54f3142425c32a6cbfd2bd83bfb6c1a Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 8 Jul 2019 18:25:14 +0700 Subject: [PATCH] travis fix typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d31f6bd6..f2f2ba51d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,4 +27,4 @@ script: - cd .. after_success: - - source tools/build_sucess.sh + - source tools/build_success.sh