Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Travis: Use node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jajm committed Nov 8, 2017
1 parent d506803 commit ca43444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -11,8 +11,8 @@ cache:
- $HOME/.composer/cache

before_install:
- nvm install node
- nvm use node
- nvm install 7
- nvm use 7

install:
- cd ../..
Expand Down
1 change: 1 addition & 0 deletions src/DataType/IdRef.php
Expand Up @@ -51,6 +51,7 @@ public function render(PhpRenderer $view, ValueRepresentation $value)
public function getJsonLd(ValueRepresentation $value)
{
$jsonLd = ['@value' => $value->value()];

return $jsonLd;
}
}

0 comments on commit ca43444

Please sign in to comment.