Skip to content

Commit

Permalink
Correct URL for ispyb-database 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Levik committed Apr 9, 2019
1 parent 080495d commit afc8bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addons:
mariadb: '10.2'

before_install:
- wget https://github.com/DiamondLightSource/ispyb-database/releases/download/v1.2.0/ispyb-database-1.3.0.tar.gz
- wget https://github.com/DiamondLightSource/ispyb-database/releases/download/v1.3.0/ispyb-database-1.3.0.tar.gz
- tar xvfz ispyb-database-1.3.0.tar.gz
- mysql_upgrade -u root
- mysql -u root -e "CREATE DATABASE ispybtest; SET GLOBAL log_bin_trust_function_creators=ON;"
Expand Down

0 comments on commit afc8bb9

Please sign in to comment.