Skip to content

Commit

Permalink
Use ispyb-database v1.15.1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Nov 20, 2020
1 parent b2a3f7a commit e08f0c2
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.15.0/ispyb-database-1.15.0.tar.gz
- tar xvfz ispyb-database-1.15.0.tar.gz
- wget -t 3 -w 60 --random-wait https://github.com/DiamondLightSource/ispyb-database/releases/download/v1.15.1/ispyb-database-1.15.1.tar.gz
- tar xvfz ispyb-database-1.15.1.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 e08f0c2

Please sign in to comment.