Skip to content

Commit

Permalink
Merge pull request ActivitySim#525 from ActivitySim/develop
Browse files Browse the repository at this point in the history
update gh pages token
  • Loading branch information
bstabler authored Nov 11, 2021
2 parents 670607f + 69ec7d6 commit fc81e3e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ language: python

env:
global:
# GH_TOKEN ActivitySim/activitysim public_repo token
- secure: WZeCAmI08hBRgtVWUlerfizvSpOVlBxQDa/Z6HJiDUlIXdSAOIi7TAwnluOgs3lHbSqACegbLCU9CyIQa/ytwmmuwzltkSQN14EcnKea0bXyygd8DFdx4x8st8M3a4nh2svgp4BDM9PCu6T1XIZ1rYM46JsKzNk9X8GpWOVN498=
- TEST_ENV=activitysim-test

jobs:
Expand Down Expand Up @@ -57,7 +55,7 @@ jobs:
- provider: pages
local_dir: docs/_build/html
skip_cleanup: true
github_token: $GH_TOKEN
github_token: $GH_TOKEN # Set in the settings page of the repository, as a secure variable
keep_history: true
on:
branch: master
Expand All @@ -66,7 +64,7 @@ jobs:
deploy:
- provider: pypi
username: "__token__"
password: "$PYPI_AUTH_TOKEN"
password: "$PYPI_AUTH_TOKEN" # Set in the settings page of the repository, as a secure variable
skip_existing: true
on:
branch: [ master ]
Expand Down Expand Up @@ -102,11 +100,3 @@ script:
# run specific TEST_SUITE job on travis to avoid job max time
- travis_wait 50 py.test $TEST_SUITE --cov activitysim --cov-report term-missing --durations=0
- coveralls



notifications:
slack:
on_success: never # default: change
on_failure: always # default: always
secure: Dpp+zBrnPGBHXrYWjwHy/bnHvhINfepSIiViwKfBZizBvTDvzSJfu6gCH+/lQ3squF3D4qTWwxB+LQ9V6KTYhuma8vQVisyneI6ARjUI/qgX6aJjuvmDDGPk6DVeDow7+aCLZ8VEHRhSjwy+dv0Ij0rxI6I94xPVwXUkk7ZjcK0=

0 comments on commit fc81e3e

Please sign in to comment.