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 @@ -18,6 +18,9 @@ before_install:
18
18
- phpenv config-rm xdebug.ini
19
19
- composer self-update
20
20
21
+ script :
22
+ - echo "No test.\n"
23
+
21
24
install :
22
25
- travis_retry composer install --no-interaction --no-dev --optimize-autoloader --classmap-authoritative
23
26
- composer info -i
Original file line number Diff line number Diff line change @@ -40,10 +40,8 @@ protected function configure()
40
40
protected function execute (InputInterface $ input , OutputInterface $ output )
41
41
{
42
42
$ updater = new Updater ();
43
- $ updater ->setStrategy (Updater::STRATEGY_GITHUB );
44
- $ updater ->getStrategy ()->setPackageName ('web-token/jwt-app ' );
45
- $ updater ->getStrategy ()->setPharName ('jose ' );
46
- $ updater ->getStrategy ()->setCurrentLocalVersion ('1.0.0 ' );
43
+ $ updater ->getStrategy ()->setPharUrl ('https://github.com/web-token/jwt-app/blob/gh-pages/jose.phar ' );
44
+ $ updater ->getStrategy ()->setVersionUrl ('https://github.com/web-token/jwt-app/blob/gh-pages/jose.phar.version ' );
47
45
48
46
try {
49
47
$ result = $ updater ->update ();
You can’t perform that action at this time.
0 commit comments