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

Commit

Permalink
Build: Remove consistently failing test from OSX
Browse files Browse the repository at this point in the history
Change-Id: I0b4963f66d06e9750418c157b1398ef840c7c55f
  • Loading branch information
Gabriel Schulhof committed Oct 28, 2016
1 parent 8d23026 commit 8ffe4a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,27 @@ matrix:
os: linux
addons: *buildpackages

- env: NODE_VERSION=0.10 TEST_SCRIPT=ci
- env: NODE_VERSION=0.10 TEST_SCRIPT=ci-osx
os: osx

- env: NODE_VERSION=0.12 TEST_SCRIPT=ci
- env: NODE_VERSION=0.12 TEST_SCRIPT=ci-osx
os: osx

- env: NODE_VERSION=4.0 TEST_SCRIPT=ci
- env: NODE_VERSION=4.0 TEST_SCRIPT=ci-osx
os: osx

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

- env: NODE_VERSION=0.10 TEST_SCRIPT=ci
- env: NODE_VERSION=0.10 TEST_SCRIPT=ci-osx
os: osx

- env: NODE_VERSION=0.12 TEST_SCRIPT=ci
- env: NODE_VERSION=0.12 TEST_SCRIPT=ci-osx
os: osx

- env: NODE_VERSION=4.0 TEST_SCRIPT=ci
- env: NODE_VERSION=4.0 TEST_SCRIPT=ci-osx
os: osx

install:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"scripts": {
"ci": "TESTING=true npm install && grunt testsuite iot-js-api-ocf:plain testdist --ci",
"ci-osx": "TESTING=true npm install && grunt testsuite iot-js-api-ocf:plain testdist --suites='Backed Object.js,Callback Exception,Complex Payload,Device Entity Handler,Discovery,Get Request,Interactive Server Startup.js,Load Library.js,Multiple Observers,Observation,Resource Operations.js' --ocf-suites='Structure - OCF.js,Structure - Device.js,Structure - Platform.js,Structure - Client.js,Structure - Server.js,Server - register and unregister resource.js,Retrieve - Resource (Local Error).js' --ci",
"ci-basic": "TESTING=true npm install && grunt testsuite iot-js-api-ocf:plain testdist --suites='Load Library.js' --ocf-suites='Structure - OCF.js,Structure - Device.js,Structure - Platform.js,Structure - Client.js,Structure - Server.js,Server - register and unregister resource.js,Retrieve - Resource (Local Error).js' --ci",
"ci-lint": "./dist.sh -r && grunt lint",
"ci-coverage": "TESTING=true npm install && grunt publish-coverage --ci",
Expand Down

0 comments on commit 8ffe4a8

Please sign in to comment.