Skip to content

Commit

Permalink
Merge pull request #2 from hshn/php7
Browse files Browse the repository at this point in the history
Added php70 supports
  • Loading branch information
hshn committed Dec 5, 2015
2 parents 52eb2ea + 9332952 commit ed4bfe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

before_script:
- npm install
- composer install --dev --prefer-source

script: gulp test
script: npm test
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"gulp": "^3.8.10",
"gulp-phpunit": "^0.7.0",
"gulp-watch": "^3.0.0"
},
"scripts": {
"test": "gulp test"
}
}

0 comments on commit ed4bfe6

Please sign in to comment.