summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-06-27 11:06:58 +0300
committerWolfy-J <[email protected]>2019-06-27 11:06:58 +0300
commitc46d80753854eba2b149ae06a2d7b798eb2aa9b8 (patch)
tree7a112711b09119919c1782a96d5611b399afd74b /.travis.yml
parentde5b5a37eb362daeebbec04f82a4265e5414b6e3 (diff)
rr composer bin moved from src
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fdd4e716..9ae4200a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ install:
- php composer-setup.php
- php composer.phar install --no-interaction --prefer-source
- find src/ -name "*.php" -print0 | xargs -0 -n1 -P8 php -l
- - chmod +x src/bin/rr && src/bin/rr get-binary
+ - chmod +x bin/rr && bin/rr get-binary
script:
- go test -race -v -coverprofile=lib.txt -covermode=atomic