Skip to content

Commit

Permalink
Updated the test configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Petroshenko committed Apr 13, 2018
1 parent 4039ea3 commit 8580a0a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
12 changes: 12 additions & 0 deletions .impt.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"deviceGroupId": "99d1fc41-1f11-a99f-2e59-40797a0f63b8",
"timeout": 30,
"stopOnFail": false,
"allowDisconnect": false,
"builderCache": false,
"testFiles": [
"*.test.nut",
"tests/**/*.test.nut"
],
"agentFile": "Rocky.class.nut"
}
14 changes: 0 additions & 14 deletions .imptest

This file was deleted.

7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: node_js

node_js:
- '5.5'
- "node"

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

script:
- imptest test
- impt test run

0 comments on commit 8580a0a

Please sign in to comment.