We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c05d31 commit 0da10a1Copy full SHA for 0da10a1
.travis.yml
@@ -42,7 +42,7 @@ before_script:
42
- mysql -u root < test-harness/tests/resources/cbsecurity.sql
43
- echo "Database created and loaded with test data"
44
# Seed .env
45
- - echo "Seeding database .env file at /test-harness/.env"
+ - echo "Seeding .env file at /test-harness/.env"
46
- touch test-harness/.env
47
- printf "DB_HOST=localhost\n" >> test-harness/.env
48
- printf "DB_DATABASE=cbsecurity\n" >> test-harness/.env
0 commit comments