Skip to content

Commit ba7e169

Browse files
author
Michele Comignano
committed
fix ci
1 parent 83af5cc commit ba7e169

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![NPM](https://nodei.co/npm/robotremote.png?downloads=true&stars=true)](https://nodei.co/npm/robotremote/)
44
[![NPM](https://nodei.co/npm-dl/robotremote.png?months=6)](https://nodei.co/npm/robotremote/)
55

6-
[![Build Status](https://travis-ci.org/comick/node-robotremoteserver.svg?branch=master)](https://travis-ci.org/comick/node-robotremoteserver)
6+
![Node Robot Remote Server CI](https://github.com/comick/node-robotremoteserver/workflows/Node%20Robot%20Remote%20Server%20CI/badge.svg)
77

88
A node.js module providing the [robot framework](http://www.robotframework.org) remote library interface.
99
Also provide convenient remote library interface client.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"mocha": ">=3.4.2"
4141
},
4242
"scripts": {
43-
"test": "mocha && pybot test"
43+
"test": "mocha && (pybot test || robot test)"
4444
},
4545
"engines": {
4646
"node": ">=0.10",

0 commit comments

Comments
 (0)