Commit 4701269 1 parent b6cf812 commit 4701269 Copy full SHA for 4701269
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
matrix :
15
15
include :
16
- - php : 5.5.9
17
- env : setup=lowest
18
- - php : 5.5.9
16
+ - php : 5.6
19
17
env : setup=stable
20
18
21
19
sudo : false
@@ -26,6 +24,5 @@ before_install:
26
24
install :
27
25
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-dist; fi
28
26
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi
29
- - if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
30
27
31
28
script : vendor/bin/phpunit
Original file line number Diff line number Diff line change 14
14
use Maknz \Slack \Facades \Slack ;
15
15
16
16
Route::get ('/ ' , function () {
17
+ return view ('welcome ' );
18
+ });
19
+
20
+ Route::get ('/test ' , function () {
17
21
Slack::send ('test ' );
18
22
19
23
return view ('welcome ' );
You can’t perform that action at this time.
0 commit comments