Skip to content

Commit

Permalink
fixed travis api rebuild check
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalkaoz committed Jan 23, 2017
1 parent 07e43da commit 063dd9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bin/rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

composer rebuild-api

git ls-files -m
echo "MODIFIED FILES:"
git ls-files -m src/Api

set +o pipefail
git ls-files -m | wc -l; exit "${PIPESTATUS[0]}"
exit $(git ls-files -m src/Api | wc -l)

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

"require-dev" :{
"symfony/var-dumper" : "^3.2",
"php-http/guzzle6-adapter": "^1.1",
"php-http/guzzle6-adapter": ">=1.1.1",
"phpspec/phpspec": "^3.2"
},
"autoload": {
Expand Down

0 comments on commit 063dd9a

Please sign in to comment.