diff options
| author | Steve Peak <steve@codecov.io> | 2015-06-26 20:25:59 -0400 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-06-29 08:13:43 -0500 |
| commit | d8f302f636f214e4397db74e9bf43f8ad0cb8da4 (patch) | |
| tree | 09b92b0f3a47d6732ddb0fa34cf191d4853b0f52 | |
| parent | 32c261c8a834bdcafe60bd1b5e4e886b8f9c4fb1 (diff) | |
| download | cryptography-d8f302f636f214e4397db74e9bf43f8ad0cb8da4.tar.gz cryptography-d8f302f636f214e4397db74e9bf43f8ad0cb8da4.tar.bz2 cryptography-d8f302f636f214e4397db74e9bf43f8ad0cb8da4.zip | |
Testing codecov/support#43
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 10883cb9..3ce73cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,7 +120,7 @@ script: - ./.travis/run.sh after_success: - - source ~/.venv/bin/activate && codecov --env TRAVIS_OS_NAME TOXENV OPENSSL + - source ~/.venv/bin/activate && bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/coveragepy/codecov) -e TRAVIS_OS_NAME,TOXENV,OPENSSL notifications: irc: |
