Skip to content

Commit 9ff920a

Browse files
committed
Requires icanboogie/view v0.7
1 parent 772f4de commit 9ff920a

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.coveralls.yml

-1
This file was deleted.

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: php
55
php:
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
99
- hhvm
1010

1111
before_script:
@@ -16,5 +16,5 @@ script:
1616
- mkdir -p build/logs
1717
- phpunit --coverage-clover build/logs/clover.xml
1818

19-
after_script:
20-
- php vendor/bin/coveralls -v
19+
after_success:
20+
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then php vendor/bin/coveralls -v; fi;'

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# customization
22

33
PACKAGE_NAME = icanboogie/bind-view
4-
PACKAGE_VERSION = 1.0.0
4+
PACKAGE_VERSION = 0.7.0
55

66
# do not edit the following lines
77

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": ">=5.5.0",
2626
"icanboogie/icanboogie": "^3.0.0",
2727
"icanboogie/bind-render": "^0.5.0",
28-
"icanboogie/view": "^1.0.0"
28+
"icanboogie/view": "^0.7.0"
2929
},
3030

3131
"autoload": {

0 commit comments

Comments
 (0)