Skip to content

Commit

Permalink
Use ispyb-database-1.15.0 for travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Nov 9, 2020
1 parent 5c71ef0 commit 9cfd7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,8 +17,8 @@ addons:
mariadb: 10.3

before_install:
- wget -t 3 -w 60 --random-wait https://github.com/DiamondLightSource/ispyb-database/releases/download/v1.13.1/ispyb-database-1.13.1.tar.gz
- tar xvfz ispyb-database-1.13.1.tar.gz
- wget -t 3 -w 60 --random-wait https://github.com/DiamondLightSource/ispyb-database/releases/download/v1.15.0/ispyb-database-1.15.0.tar.gz
- tar xvfz ispyb-database-1.15.0.tar.gz
- mysql_upgrade -u root
- mysql -u root -e "CREATE DATABASE ispybtest; SET GLOBAL log_bin_trust_function_creators=ON;"
- mysql -u root -D ispybtest < schema/tables.sql
Expand Down

0 comments on commit 9cfd7f0

Please sign in to comment.