Skip to content
Snippets Groups Projects
Commit c2812ac9 authored by Marek Szuba's avatar Marek Szuba
Browse files

Travis: quell warnings about different API and schema versions

Yes, I *know* Compara, ontology and Variation schemas are still 98. It's
not that it could just happen, test databases have to be explicitly
patched - and in any case with Infra being at present the only team
which bumps versions to N+1 right after the branching of release/N
rather than just before the branching of release/N+1, it is only to be
expected. And call me weird but I like Test::Warnings tests to catch
warnings which really ARE unexpected.
parent 31cf25c4
No related branches found
No related tags found
3 merge requests!457Patch to support longer assembly names in the mapping session table.,!398E99 version bump,!398E99 version bump
......@@ -40,6 +40,10 @@ install:
- cp travisci/MultiTestDB.conf.travisci.SQLite modules/t/MultiTestDB.conf.SQLite
- mysql -u root -h localhost -e 'GRANT ALL PRIVILEGES ON *.* TO "travis"@"%"'
before_script:
# This should probably be removed on release branches
- touch "$HOME/.ensemblapi_no_version_check"
script: "./travisci/harness.sh"
jobs:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment