Skip to content

Commit d8a915a

Browse files
author
Pavel Petroshenko
authored
Merge pull request #12 from electricimp/develop
Develop
2 parents 8c27d31 + 68ed30f commit d8a915a

8 files changed

+1210
-565
lines changed

Diff for: .imptest

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"modelId": "qryDFGlK1tUd" /* B */,
3+
"devices": [
4+
"23b51a57bc073aee" /* F */
5+
],
6+
"agentFile": false,
7+
"deviceFile": "LIS3DH.device.lib.nut",
8+
"stopOnFailure": false,
9+
"timeout": 30,
10+
"tests": [
11+
"*.test.nut",
12+
"tests/**/*.test.nut"
13+
]
14+
}

Diff for: .travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
3+
node_js:
4+
- '5.5'
5+
6+
before_script:
7+
- npm i -g imptest@latest
8+
9+
script:
10+
- imptest test tests/LIS3HD.automated.device.test.nut

Diff for: LICENSE

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
The MIT License (MIT)
1+
MIT License
22

3-
Copyright (c) 2015 Electric Imp
3+
Copyright (c) 2015-17 Electric Imp
4+
5+
SPDX-License-Identifier: MIT
46

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

0 commit comments

Comments
 (0)