Skip to content

Commit

Permalink
Use latest ipsyb-database 1.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjgildea committed Aug 3, 2020
1 parent e47cac3 commit abe09b4
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 https://github.com/DiamondLightSource/ispyb-database/releases/download/v1.11.1/ispyb-database-1.11.1.tar.gz
- tar xvfz ispyb-database-1.11.1.tar.gz
- wget 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
- 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 abe09b4

Please sign in to comment.