Unified Travis setup per-OS

This commit is contained in:
Jay Lee
2020-03-27 16:11:29 -04:00
parent 8c59241abb
commit 97784c92cf
11 changed files with 24 additions and 187 deletions

View File

@@ -167,10 +167,10 @@ jobs:
- VMTYPE=build
before_install:
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-before-install.sh
- source src/travis/$TRAVIS_OS_NAME-before-install.sh
install:
- source src/travis/$TRAVIS_OS_NAME-$PLATFORM-install.sh
- source src/travis/$TRAVIS_OS_NAME-install.sh
script:
# Discover and run all Python unit tests. Buffer output so that it's not sent to the build log.