Skip to content

Commit 43cdf79

Browse files
author
Kyle Farris
committed
Updated paths in before_scripts scripts for travis.
1 parent bf21429 commit 43cdf79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/create_mock_dbs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
./mysql/create_mysql_mock.sh
2+
./test/mysql/create_mysql_mock.sh

test/mysql/create_mysql_mock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
mysql -e 'create database mock_db;'
3-
mysql -utravis mock_db < mock_data.sql
3+
mysql -utravis mock_db < ./test/mysql/mock_data.sql

0 commit comments

Comments
 (0)