Skip to content

Commit def4214

Browse files
committed
Fix travis pull error, change ReadMe main image.
1 parent 5dc0989 commit def4214

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cache:
1515
env:
1616
- NODE_VERSION="10.8.0"
1717
before_install:
18-
- git clone https://github.com/xgeek-net/pipeline-release.git /tmp/.nvm
18+
- git clone https://github.com/xgeek-net/pipeline.git /tmp/.nvm
1919
- nvm install $NODE_VERSION
2020
- nvm use --delete-prefix $NODE_VERSION
2121
- node --version

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Pipeline - [![Build Status](https://travis-ci.org/xgeek-net/pipeline.svg)](https://travis-ci.org/xgeek-net/pipeline) [![Build status](https://ci.appveyor.com/api/projects/status/vv0meml49a4lps3y?svg=true)](https://ci.appveyor.com/project/xgeek-net/pipeline) [![Coverage Status](https://coveralls.io/repos/github/xgeek-net/pipeline/badge.svg?branch=master)](https://coveralls.io/github/xgeek-net/pipeline?branch=master)
22
Be less busy, less mistake in Salesforce metadata deploy.
33

4-
![pipeline main - 1280](https://user-images.githubusercontent.com/5466487/43767123-31732402-9a6f-11e8-9d31-c3a40d4eaff8.png)
4+
![pipeline main - 1280](https://user-images.githubusercontent.com/5466487/59648084-ae8d0c00-91b8-11e9-8700-63b8684e591b.png)
5+
56

67
## Overview
78
Pipeline is a FULL GUI metadata deploy app for Salesforce developers, supports:<br /><br />

build/appveyor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fs.writeFile(filePath, clientDecode, function(err) {
1717
process.exit(1);
1818
}
1919
console.log('Build client.js Done!');
20-
fs.writeFile(filePath, clientDecode, function(err) {
20+
fs.writeFile(tokenFilePath, mochaDecode, function(err) {
2121
if(err) {
2222
console.error(err);
2323
process.exit(1);

0 commit comments

Comments
 (0)