UNPKG
@cgignite/ignite-salesforce
Version:
latest (1.0.1)
1.0.1
A set of Node-RED nodes to interact with Salesforce and Force.com.
@cgignite/ignite-salesforce
/
.travis.yml
19 lines
(18 loc)
•
284 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language:
node_js
node_js:
-
'node'
-
'lts/*'
install:
-
npm
install
cache:
directories:
-
'$HOME/.npm'
-
'node_modules'
after_failure:
-
cat
/home/travis/.npm/_logs/*.log
deploy:
provider:
npm
email:
stw@linux.com
api_key:
$NPM_TOKEN
on:
branch:
master