Skip to content

Commit 1113d20

Browse files
committed
api template init
1 parent 5c2955b commit 1113d20

File tree

4 files changed

+4
-6158
lines changed

4 files changed

+4
-6158
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ node_js:
33
- '7'
44
- '6'
55
before_script:
6-
- npm install -g gulp mocha gulp-cli codecov istanbul [email protected]
7-
- dredd ./apiary.apib http://127.0.0.1:8080 --dry-run
6+
- npm install -g gulp mocha gulp-cli codecov istanbul
87
install:
98
- npm install
109
script:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# snipe
1+
# API Template
22

3-
[![Build Status](https://travis-ci.org/EnsembleLab/snipe.svg?branch=master)](https://travis-ci.org/EnsembleLab/snipe) [![codecov](https://codecov.io/gh/EnsembleLab/snipe/branch/master/graph/badge.svg)](https://codecov.io/gh/EnsembleLab/snipe)
3+
[![Build Status](https://travis-ci.org/EnsembleLab/api-template.svg?branch=master)](https://travis-ci.org/EnsembleLab/api-template) [![codecov](https://codecov.io/gh/EnsembleLab/api-template/branch/master/graph/badge.svg)](https://codecov.io/gh/EnsembleLab/api-template)
44

55

66

7-
Freelance Platform
7+
API Development Template

0 commit comments

Comments
 (0)