diff --git a/.travis.yml b/.travis.yml index ce272981e..3f6319fa6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ language: python env: global: - # GH_TOKEN ActivitySim/activitysim public_repo token - - secure: WZeCAmI08hBRgtVWUlerfizvSpOVlBxQDa/Z6HJiDUlIXdSAOIi7TAwnluOgs3lHbSqACegbLCU9CyIQa/ytwmmuwzltkSQN14EcnKea0bXyygd8DFdx4x8st8M3a4nh2svgp4BDM9PCu6T1XIZ1rYM46JsKzNk9X8GpWOVN498= - TEST_ENV=activitysim-test jobs: @@ -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 @@ -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 ] @@ -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=