File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change 11language : cpp
22sudo : required
3-
43matrix :
5- include :
6- - os : linux
7- dist : xenial
8- - os : osx
9- osx_image : xcode11.3
10-
4+ include :
5+ - os : linux
6+ dist : xenial
7+ - os : osx
8+ osx_image : xcode11.3
119notifications :
1210 email :
1311 recipients :
@@ -16,20 +14,21 @@ notifications:
16141715 on_success : change
1816 on_failure : always
19-
2017addons :
21- apt :
22- update : true
23-
18+ apt :
19+ update : true
20+ username : __token__
21+ password :
2422before_script :
2523- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then nvm get head || true; fi
2624- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.ci/travis_prepare_osx.sh; fi
27- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./.ci/travis_prepare_linux.sh; fi
28-
25+ - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./.ci/travis_prepare_linux.sh;
26+ fi
2927script :
3028- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./.ci/travis_build_osx.sh; fi
3129- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./.ci/travis_build_linux.sh; fi
32-
33- addons :
34- apt :
35- update : true
30+ deploy :
31+ provider : pypi
32+ user : bhallalab
33+ password :
34+ secure : tyHOpsHgjNcj+74QVWd9dwq+Tg8YOrFHIRpxTroXDg5kSsj0AZF241GurpefZa22s2ltt3JhelNR0CgJGI+OQvHteD06MhYtOqu2eDXAJAXzn9yzt+XCv9Ya/ryh+Qt2+IHBnAgsn+dQ83+rwKy1Qx3aVutd24riL4lcYuqXaJHiznED12hrCHrfeY9eyJyQ59n9X8XYTwN/R05AEurGlek8lABf+Ww2WTnhEuOaQ0HPKdxlzSxXMoLmXKsrb+QqyCOpZk/edFwzLziZUwWyecVVtWbILvRcGyfY3BEdgkEeIiah57VVQveUORzdcbXJKkKQBqtBfiyRgSbWwhPsX4tWoy16iKdLrekk6jsp5X27trWSGevqsrobELtD1PWV3McjNiHC66Zi2yJHiucg7QYaoDVt/+9Fu6UMSMSCRycIjL9ZyjUq/B44luMWcaOsx9MBvL0OU0YpPUyOi7iMkyReRkguQhpeEYUBiPLtraOS0lUwMt3F1XhfvVCy+biS3DaqSzc+nfo2aqjl/UKZuRCXcw3pEgS51QMGdBfJJp0JhgKk2J1HNAhHTPKA43a6NFX0x35guVOu0anbv0B+gVXXYvW3nPynPiU8WGQTT8dTN39QfRD1qSKEgy+2XsLYyZsckkJM+T2lifSu6FFpNcE3fizU+xeioc0psuSwxWA=
You can’t perform that action at this time.
0 commit comments