Skip to content

Commit 457cf9b

Browse files
committed
Update travis file to run php 7
1 parent a0995bc commit 457cf9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 5.5
55
- 5.6
6+
- 7.0
67
- hhvm
78

89
before_script:

src/Taggable.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php namespace Conner\Tagging;
1+
<?php
2+
3+
namespace Conner\Tagging;
24

35
use Conner\Tagging\Contracts\TaggingUtility;
46
use Conner\Tagging\Events\TagAdded;

0 commit comments

Comments
 (0)