Skip to content

Commit 0da10a1

Browse files
committed
quick test
1 parent 3c05d31 commit 0da10a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ before_script:
4242
- mysql -u root < test-harness/tests/resources/cbsecurity.sql
4343
- echo "Database created and loaded with test data"
4444
# Seed .env
45-
- echo "Seeding database .env file at /test-harness/.env"
45+
- echo "Seeding .env file at /test-harness/.env"
4646
- touch test-harness/.env
4747
- printf "DB_HOST=localhost\n" >> test-harness/.env
4848
- printf "DB_DATABASE=cbsecurity\n" >> test-harness/.env

0 commit comments

Comments
 (0)