From 4dff9cc104277ad23c4873f336d1492a1d859380 Mon Sep 17 00:00:00 2001 From: gamonoid Date: Mon, 4 Sep 2017 08:04:00 +0200 Subject: [PATCH] remove build local --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cc46c42..4d217720 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,12 +2,10 @@ services: - mysql before_script: - echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root -install: - - ant buildlocal language: php php: - '5.5' - '5.6' - '7.0' - nightly -#after_failure: "cat /tmp/icehrm.test.log" \ No newline at end of file +#after_failure: "cat /tmp/icehrm.test.log"