diff --git a/travis.yml b/.travis.yml similarity index 100% rename from travis.yml rename to .travis.yml diff --git a/wordpress-plugin-template.php b/wordpress-plugin-template.php index 7d671b1..0187ae2 100644 --- a/wordpress-plugin-template.php +++ b/wordpress-plugin-template.php @@ -1,5 +1,5 @@ settings ) ) { @@ -44,4 +46,4 @@ function WordPress_Plugin_Template () { return $instance; } -WordPress_Plugin_Template(); \ No newline at end of file +WordPress_Plugin_Template();