Skip to content

Commit

Permalink
added travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
vire committed Jun 29, 2014
1 parent 6a05f51 commit 32dbaa6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- 0.10

# whitelist
branches:
only:
- sequencer
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "jsSynth",
"version": "0.0.2",
"description": "jsSynth ======= OpenSource subtractive synthetizer/web audio API, written in JavaScript - [Live Example](http://dualsoul.net/tmp/jsSynth/)",
"private": true,
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "testem ci -l chrome"
},
"repository": {
"type": "git",
"url": "git://github.com/vire/jsSynth.git"
},
"keywords": [
"javascrip",
"synthetizer"
],
"author": "recrof",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/vire/jsSynth/issues"
},
"homepage": "https://github.com/vire/jsSynth",
"devDependencies": {
"testem": "^0.6.15"
}
}

0 comments on commit 32dbaa6

Please sign in to comment.