File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ language: php
5
5
php :
6
6
- 5.5
7
7
- 5.6
8
- - 7
8
+ - 7.0
9
9
- hhvm
10
10
11
11
before_script :
@@ -16,5 +16,5 @@ script:
16
16
- mkdir -p build/logs
17
17
- phpunit --coverage-clover build/logs/clover.xml
18
18
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;'
Original file line number Diff line number Diff line change 1
1
# customization
2
2
3
3
PACKAGE_NAME = icanboogie/bind-view
4
- PACKAGE_VERSION = 1.0 .0
4
+ PACKAGE_VERSION = 0.7 .0
5
5
6
6
# do not edit the following lines
7
7
Original file line number Diff line number Diff line change 25
25
"php" : " >=5.5.0" ,
26
26
"icanboogie/icanboogie" : " ^3.0.0" ,
27
27
"icanboogie/bind-render" : " ^0.5.0" ,
28
- "icanboogie/view" : " ^1.0 .0"
28
+ "icanboogie/view" : " ^0.7 .0"
29
29
},
30
30
31
31
"autoload" : {
You can’t perform that action at this time.
0 commit comments