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

Commit 082978d

Browse files
committed
fixed robo loading
1 parent 0f471b5 commit 082978d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ php:
66
- 7.1
77

88
before_script:
9-
- composer global require consolidation/robo
9+
- wget https://robo.li/robo.phar
10+
- sudo chmod +x robo.phar && mv robo.phar /usr/bin/robo
1011
- robo prepare
1112
- composer update
1213

0 commit comments

Comments
 (0)