Repository: incubator-airflow Updated Branches: refs/heads/master 76596744e -> 0ca6f92e2
Revert "[AIRFLOW-2050] Fix Travis permission problem" This reverts commit 48202ad5bd763c5f500baf6f0ea208f25cf4134b. Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/0ca6f92e Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/0ca6f92e Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/0ca6f92e Branch: refs/heads/master Commit: 0ca6f92e2a10744ea5eb77281b92b09240689e22 Parents: 7659674 Author: Fokko Driesprong <[email protected]> Authored: Tue Feb 13 20:14:12 2018 +0100 Committer: Fokko Driesprong <[email protected]> Committed: Tue Feb 13 20:14:12 2018 +0100 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/0ca6f92e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 621f529..f437c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,6 @@ before_install: - chmod 600 ~/.ssh/* - jdk_switcher use oraclejdk8 install: - - rm -f /home/travis/.wheelhouse/Flask_Admin-1.5.0-py3-none-any.whl - pip install --upgrade pip - pip install tox - pip install codecov
