Skip to content

Commit

Permalink
only test v1 for timeout reason
Browse files Browse the repository at this point in the history
  • Loading branch information
hangzws committed Sep 18, 2018
1 parent 49948d8 commit 0ddb457
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -12,10 +12,7 @@ install:
script:
- nosetests unittests/ --with-cov
- export OSS_TEST_AUTH_VERSION=v1
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov;
fi
- export OSS_TEST_AUTH_VERSION=v2
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov;
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 50 nosetests -s tests/ --with-cov;
fi
after_success:
- coveralls
Expand Down

0 comments on commit 0ddb457

Please sign in to comment.