Skip to content

Commit

Permalink
Merge pull request #12 from electricimp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Pavel Petroshenko authored Aug 8, 2017
2 parents 8c27d31 + 68ed30f commit d8a915a
Show file tree
Hide file tree
Showing 8 changed files with 1,210 additions and 565 deletions.
14 changes: 14 additions & 0 deletions .imptest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"modelId": "qryDFGlK1tUd" /* B */,
"devices": [
"23b51a57bc073aee" /* F */
],
"agentFile": false,
"deviceFile": "LIS3DH.device.lib.nut",
"stopOnFailure": false,
"timeout": 30,
"tests": [
"*.test.nut",
"tests/**/*.test.nut"
]
}
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js

node_js:
- '5.5'

before_script:
- npm i -g imptest@latest

script:
- imptest test tests/LIS3HD.automated.device.test.nut
6 changes: 4 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
The MIT License (MIT)
MIT License

Copyright (c) 2015 Electric Imp
Copyright (c) 2015-17 Electric Imp

SPDX-License-Identifier: MIT

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit d8a915a

Please sign in to comment.