First Test of TravisCI doing all generation of the bad blocker files using pull requests on _generator_lists

This commit is contained in:
Mitchell Krog 2017-06-25 13:08:18 +02:00
parent e8a04af1ed
commit 1dfc535937
16 changed files with 7265 additions and 21 deletions

View file

@ -0,0 +1,11 @@
server {
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
location / {
root /var/www/html/;
}
}