Skip to content

Commit

Permalink
Updating travis to test with apiaxle 1.12.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fillup committed Apr 18, 2014
1 parent c8421f7 commit 10e1617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- curl -s https://getcomposer.org/installer | php && php composer.phar update --dev
- sudo add-apt-repository -y ppa:chris-lea/node.js
- sudo apt-get update
- npm install -g apiaxle-proxy@1.12.17 apiaxle-api@1.12.17
- npm install -g apiaxle-proxy@1.12.18 apiaxle-api@1.12.18
- apiaxle-proxy -p 3000 &
- sleep 3
- apiaxle-api -p 8000 &
Expand Down
2 changes: 1 addition & 1 deletion src/ApiAxle/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function getData()
'defaultPath' => $this->defaultPath,
'disabled' => $this->disabled,
'strictSSL' => $this->strictSSL,
'tokenSkewProtectionCount' => $this->tokenSkewProtectionCount,
'tokenSkewProtectionCount' => (int)$this->tokenSkewProtectionCount,
);

return $data;
Expand Down

0 comments on commit 10e1617

Please sign in to comment.