Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Build: Fix build on node.js 0.10 and add test job for 4.5
Browse files Browse the repository at this point in the history
Change-Id: Ia2def15395026c093d69f7855cc42cf0af16438c
Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
  • Loading branch information
Gabriel Schulhof committed Aug 19, 2016
1 parent 1f41b57 commit 3b9d5a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ matrix:
os: linux
addons: *buildpackages

- env: NODE_VERSION=4.5 TEST_SCRIPT=ci
os: linux
addons: *buildpackages

- env: NODE_VERSION=6 TEST_SCRIPT=ci
os: linux
addons: *buildpackages
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Make sure no firewall is running (or one is properly configured to allow iotivit
[1.1.1]: https://gerrit.iotivity.org/gerrit/gitweb?p=iotivity.git;a=tree;hb=1.1.1
[snapshot]: https://gerrit.iotivity.org/gerrit/gitweb?p=iotivity.git;a=snapshot;h=1.1.1;sf=tgz
[scons]: http://www.scons.org/
[install.sh]: https://raw.githubusercontent.com/otcshare/iotivity-node/1.1.1-1/install.sh
[octbstack.pc.in]: https://raw.githubusercontent.com/otcshare/iotivity-node/1.1.1-1/octbstack.pc.in
[install.sh]: https://raw.githubusercontent.com/otcshare/iotivity-node/1.1.1-2/install.sh
[octbstack.pc.in]: https://raw.githubusercontent.com/otcshare/iotivity-node/1.1.1-2/octbstack.pc.in
[iotivity wiki]: https://wiki.iotivity.org/faq_s
[video]: https://www.youtube.com/watch?v=95VTB_qgYfw
[specification]: https://github.com/01org/iot-js-api-test-suite/blob/master/api/oic.md
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iotivity-node",
"version": "1.1.1-1",
"version": "1.1.1-2",
"description": "IoTivity bindings",
"repository": "https://github.com/otcshare/iotivity-node/",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"async": "^0.9.0",
"commitplease": "^2.2.1",
"commitplease": "2.5.0",
"esformatter-jquery-chain": "^1.1.0",
"eslint-config-jquery": "0.1.2",
"glob": "^5.0.14",
Expand Down

0 comments on commit 3b9d5a1

Please sign in to comment.