Skip to content

Commit 9906a29

Browse files
committed
add Travis CI
1 parent 28554b0 commit 9906a29

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "4.0"
4+
before_script:
5+
- npm install -g gulp
6+
script: gulp

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![npm](https://img.shields.io/npm/v/aplayer.svg?style=flat-square)](https://www.npmjs.com/package/aplayer)
44
[![npm](https://img.shields.io/npm/l/aplayer.svg?style=flat-square)](https://www.npmjs.com/package/aplayer)
55
[![npm](https://img.shields.io/npm/dt/aplayer.svg?style=flat-square)](https://www.npmjs.com/package/aplayer)
6+
[![devDependency Status](https://david-dm.org/DIYgod/APlayer/dev-status.svg?style=flat-square)](https://david-dm.org/DIYgod/APlayer#info=devDependencies)
7+
[![Travis](https://img.shields.io/travis/rust-lang/rust.svg?style=flat-square)]()
68

79
Wow, such a beautiful html5 music player
810

0 commit comments

Comments
 (0)