Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Travis and Docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed Feb 8, 2017
1 parent 6a0bf81 commit 92ba860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,12 +1,11 @@
language: php

php:
- 5.5
- 5.6
- hhvm
- 7.0

before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction --dev

script: phpunit

2 changes: 1 addition & 1 deletion src/Console/Docs.php
Expand Up @@ -2,8 +2,8 @@

namespace Yab\Laracogs\Console;

use Illuminate\Console\DetectsApplicationNamespace;
use Illuminate\Console\Command;
use Illuminate\Console\DetectsApplicationNamespace;
use Markdown;

class Docs extends Command
Expand Down

0 comments on commit 92ba860

Please sign in to comment.