Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:virtualmin/virtualmin-awstats
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Aug 31, 2017
2 parents d99144b + 2c66bc9 commit 3446da4
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 65 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq perl libtest-strict-perl
script: prove
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/virtualmin/virtualmin-awstats.svg?branch=master)](https://travis-ci.org/virtualmin/virtualmin-awstats)

# virtualmin-awstats
Virtualmin plugin to manage AWstats analytics and provide a UI for domain owners to view their own reports

Expand Down
6 changes: 6 additions & 0 deletions t/all_ok.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env perl
use strict;
use warnings;
use Test::Strict 'no_plan';

all_perl_files_ok();
5 changes: 0 additions & 5 deletions t/awstats-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/cgi_args-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/config-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/config_save-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/edit-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/generate-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/icon-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/index-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/run-all-awstats-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/save-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/view-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/virtual_feature-syntax.t

This file was deleted.

5 changes: 0 additions & 5 deletions t/virtualmin-awstats-lib-syntax.t

This file was deleted.

0 comments on commit 3446da4

Please sign in to comment.