Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Update travis for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberZHG committed Oct 29, 2019
1 parent 1e07141 commit 4c1d05a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,11 @@ dist: xenial
language: python
python: "3.6"
env:
- KERAS_BACKEND=tensorflow
- KERAS_BACKEND=tensorflow TF_KERAS=1
global:
- COVERALLS_PARALLEL=true
matrix:
- KERAS_BACKEND=tensorflow
- KERAS_BACKEND=tensorflow TF_KERAS=1
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
Expand All @@ -22,3 +25,5 @@ script:
- ./test.sh
after_success:
coveralls
notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit 4c1d05a

Please sign in to comment.