From 0612841bac150b0bf4ea74ba8f678f983c5874cf Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Sat, 29 Jul 2017 16:40:17 +0200 Subject: [PATCH] Update travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d51e9a7..a2d2d7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ script: - make gen-certs - make apidoc - make test - - make mysql-dump \ No newline at end of file + - sudo make mysql-dump \ No newline at end of file