mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 05:53:12 +00:00
tell travis to run integration (but only on linux)
This commit is contained in:
parent
ffdf4bf878
commit
37062d1307
@ -28,6 +28,7 @@ install:
|
||||
script:
|
||||
- tox -e codechecks
|
||||
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then tox; else tox -e coverage; fi
|
||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then tox -e integration; fi
|
||||
after_success:
|
||||
coveralls
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user