Skip to content

Commit 47db20c

Browse files
committed
"fix" travis test as bin/onion seems to have unstable paths over different distros
1 parent 5396463 commit 47db20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ before_script:
77
- phpenv rehash
88
- pear channel-discover pear.corneltek.com
99
- pear install -f -a package.xml
10-
- php bin/onion install
10+
- php onion install
1111
- bash scripts/compile
12-
- php bin/onion build
12+
- php onion build
1313

1414
script: phpunit
1515
notifications:

0 commit comments

Comments
 (0)