commit | 92bb786320fefa393c250615df37af7f8d7c7d94 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Fri May 25 14:47:01 2018 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri May 25 14:47:01 2018 +0530 |
tree | 1adcdf3645efea215eb1db92dbf3055a31c24851 | |
parent | f87ec6104388e00d752713eb7fc06ccc80832676 [diff] [blame] |
[fix] .travis.yml
diff --git a/.travis.yml b/.travis.yml index 74ed7b7..b8ffffb 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -4,10 +4,6 @@ python: - "2.7" - "3.6" - - matrix: - - allow_failures: - - python: "3.6" services: - mysql @@ -57,3 +53,5 @@ - 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