Skip to content

Commit 48f1ee3

Browse files
author
Nick Goris
committed
updated travis file
1 parent 6f77f57 commit 48f1ee3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ before_script:
99
- composer self-update
1010
- composer install --prefer-source --no-interaction --dev
1111

12-
script: phpunit
12+
script: composer test

tests/MinifierTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Nckg\Minify\Test;
55

6-
76
use Nckg\Minify\Minifier;
87

98
class MinifierTest extends TestCase

0 commit comments

Comments
 (0)