Skip to content

Commit c131452

Browse files
committed
fix(travis): Fix travis by adding a master
1 parent 0efa941 commit c131452

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@ before_deploy:
2323
- pip install --editable .
2424
deploy:
2525
- provider: script
26-
script: docs/publish.
26+
script: docs/publish.sh
2727
skip_cleanup: true
28+
on:
29+
python: '2.7'
30+
branch: master
2831
- provider: script
2932
script: npx semantic-release
3033
skip_cleanup: true
34+
on:
35+
python: '2.7'
36+
branch: master
3137
- provider: pypi
3238
user: ehdsouza
3339
password:
@@ -36,3 +42,4 @@ deploy:
3642
skip_cleanup: true
3743
on:
3844
python: '2.7'
45+
branch: master

0 commit comments

Comments
 (0)