Skip to content

Commit 616ed8b

Browse files
author
ppetrosh
committed
Updated the test configuration.
1 parent 0c5b145 commit 616ed8b

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

Diff for: .impt.test

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"deviceGroupId": "f3ef6490-0ffc-cb1a-4ede-03718f9aaf86",
3+
"timeout": 30,
4+
"stopOnFail": false,
5+
"allowDisconnect": false,
6+
"builderCache": false,
7+
"testFiles": [
8+
"*.test.nut",
9+
"tests/**/*.test.nut"
10+
],
11+
"deviceFile": "LIS3DH.device.lib.nut"
12+
}

Diff for: .imptest

-14
This file was deleted.

Diff for: .travis.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: node_js
22

33
node_js:
4-
- '5.5'
4+
- "node"
55

66
before_script:
7-
- npm i -g imptest@latest
7+
- npm i -g imp-central-impt@latest
8+
- impt auth login --local --lk ${EI_LOGIN_KEY}
89

910
script:
10-
- imptest test tests/LIS3HD.automated.device.test.nut
11+
- impt test run

0 commit comments

Comments
 (0)