Skip to content

Commit

Permalink
Update travis file to run php 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rtconner committed Jan 6, 2016
1 parent a0995bc commit 457cf9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
Expand Down
4 changes: 3 additions & 1 deletion src/Taggable.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php namespace Conner\Tagging;
<?php

namespace Conner\Tagging;

use Conner\Tagging\Contracts\TaggingUtility;
use Conner\Tagging\Events\TagAdded;
Expand Down

0 comments on commit 457cf9b

Please sign in to comment.