Skip to content

Commit 1f99cb4

Browse files
committed
Add travis config
1 parent 2ec6e42 commit 1f99cb4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
/nbproject
1+
/nbproject
2+
node_modules/
3+
*.idea

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
language: node_js
3+
node_js:
4+
- '0.10'
5+
before_script:
6+
- npm install

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# base64-arraybuffer
22

3+
[![Build Status](https://travis-ci.org/niklasvh/base64-arraybuffer.png)](https://travis-ci.org/niklasvh/base64-arraybuffer)
4+
35
Encode/decode base64 data into ArrayBuffers
46

57
## Getting Started

0 commit comments

Comments
 (0)