From 92bb786320fefa393c250615df37af7f8d7c7d94 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 25 May 2018 14:47:01 +0530 Subject: [PATCH] [fix] .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 74ed7b7cc9..b8ffffbdd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ dist: trusty python: - "2.7" - "3.6" - - matrix: - - allow_failures: - - python: "3.6" services: - mysql @@ -57,3 +53,5 @@ jobs: - bench --force restore ~/frappe-bench/20171108_190013_955977f8_database.sql.gz --mariadb-root-password travis - bench migrate env: Patch Testing + allow_failures: + - python: "3.6" \ No newline at end of file