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

Travis: reactivate warnings about different API and schema versions

Since the Operations meeting on 2019-08-27 the bumping of Ensembl API
and DB-schema version numbers has been an Ensembl-wide policy.
Therefore, have Travis take notice of possible discrepancies in this
respect.

Note that simply removing the before_script line creating the file
disabling these checks is in general NOT sufficient - it might have
been left behind by a previous build in the event of runner re-use. It
is safer to make sure it does not exist regardless of initial conditions
of the runner.
parent 76a4a28e
No related branches found
No related tags found
2 merge requests!457Patch to support longer assembly names in the mapping session table.,!412Travis: reactivate warnings about different API and schema versions
......@@ -43,8 +43,7 @@ install:
- 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"
- rm -f "$HOME/.ensemblapi_no_version_check"
script: "./travisci/harness.sh"
......
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