Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 02bf026

Browse files
committed
fixed robo running
1 parent 082978d commit 02bf026

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ php:
77

88
before_script:
99
- wget https://robo.li/robo.phar
10-
- sudo chmod +x robo.phar && mv robo.phar /usr/bin/robo
11-
- robo prepare
10+
- robo.phar prepare
1211
- composer update
1312

1413
script:
15-
- robo test cli
16-
- robo test unit -g core
14+
- robo.phar test cli
15+
- robo.phar test unit -g core

0 commit comments

Comments
 (0)