Skip to content

Commit 13a58c2

Browse files
authored
Merge pull request #68 from enter-at/chore/travis_slack_notifications
move Slack notifications channel
2 parents 8feb38a + 09e0b43 commit 13a58c2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.travis.yml

-10
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,35 @@
11
dist: xenial
2-
32
env:
43
global:
54
- CC_TEST_REPORTER_ID=$TEST_REPORTER_ID
6-
75
language: python
8-
96
os:
107
- linux
11-
128
python:
139
- '3.7'
14-
1510
install:
1611
- python -m pip install -U pip setuptools pipenv
1712
- pipenv install --dev
1813
- python -m pip install -e .
19-
2014
before_script:
2115
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64
2216
> ./cc-test-reporter
2317
- chmod +x ./cc-test-reporter
2418
- "./cc-test-reporter before-build"
25-
2619
script:
2720
- tox -e lint
2821
- tox -e doclint
2922
- tox -e isort
3023
- tox -e mypy
3124
- tox -e tests
32-
3325
after_script:
3426
- coverage xml -o coverage.xml
3527
- "./cc-test-reporter after-build --coverage-input-type coverage.py --exit-code $TRAVIS_TEST_RESULT"
36-
3728
deploy:
3829
- provider: script
3930
script: ci-scripts/semantic-release.sh
4031
on:
4132
branch: master
42-
4333
notifications:
4434
slack:
4535
rooms:

0 commit comments

Comments
 (0)