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

Commit a9db793

Browse files
committed
fixed robo running
1 parent 02bf026 commit a9db793

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

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

88
before_script:
99
- wget https://robo.li/robo.phar
10-
- robo.phar prepare
10+
- php robo.phar prepare
1111
- composer update
1212

1313
script:
14-
- robo.phar test cli
15-
- robo.phar test unit -g core
14+
- php robo.phar test cli
15+
- php robo.phar test unit -g core

0 commit comments

Comments
 (0)