This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Add DB structure import from file during Travis execution
pull/5314/head
Hypolite Petovan
2 years ago
parent
40d911c284
commit
7e279cc301
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.travis.yml
+ 1
- 0
.travis.yml
View File
@ -16,3 +16,4 @@ install:
-
composer install
before_script:
-
mysql -e 'CREATE DATABASE IF NOT EXISTS test;'
-
mysql -utravis test < database.sql
Write
Preview
Loading…
Cancel
Save