Skip to content

Commit c2b6f92

Browse files
committed
chore(project): add travis support
1 parent ae52c43 commit c2b6f92

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "6"
4+
- "7"
5+
- "node"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# vue-loopback
2+
[![Travis](https://img.shields.io/travis/InCuca/vue-loopback/master.svg)](https://travis-ci.org/InCuca/vue-loopback/branches)
23

34
A Vue project template with Loopback framework featuring ES6, Gulp, and Mocha for unit tests
45

0 commit comments

Comments
 (0)