Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmalli committed Oct 7, 2019
1 parent dd13f5e commit 195dee4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -49,10 +49,6 @@ install:
- if [[ "$KERAS_BACKEND" == "cntk" ]] || [[ "$MODE" == "PEP8_DOC" ]] || [[ "$MODE" == "API" ]]; then
./.travis/install_cntk.sh;
fi

# Remove the current backend from the coverage exclusion.
- sed -i "\/keras\/backend\/${KERAS_BACKEND}_backend.py/d" .coveragerc

# install mkdocs
- pip install mkdocs --progress-bar off

Expand Down

0 comments on commit 195dee4

Please sign in to comment.