Skip to content

Commit 80e5ddc

Browse files
committed
changed notification email address
1 parent 70a5e39 commit 80e5ddc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ python:
77
install:
88
- pip install nose --use-mirrors
99
before_script:
10-
- cp ./tests/example_config ./tests/config
10+
- cp ./tests/example_config ./tests/config
1111
# command to run tests
12-
script: nosetests tests.tests_unit tests.test_client
12+
script: nosetests tests.tests_unit tests.test_client
13+
notifications:
14+
email:
15+
- api@shotgunsoftware.com

0 commit comments

Comments
 (0)