Skip to content

Commit ad773d8

Browse files
authored
Update .travis.yml
1 parent f7afc54 commit ad773d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
- '3.6'
44
notifications:
5-
email: false
5+
email: true
66
before_install:
77
- export PATH="$HOME/miniconda/bin:$PATH"
88
- sudo apt-get -qq update
@@ -18,4 +18,4 @@ deploy:
1818
script: ./netlify_deploy.sh
1919
skip_cleanup: true
2020
on:
21-
all_branches: true
21+
all_branches: true

0 commit comments

Comments
 (0)