reactive travis.yml but do nothing in npm test until devel branch is ready for testing
This commit is contained in:
parent
f6811d4727
commit
9914bc461b
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
|
@ -3,8 +3,8 @@
|
|||
"version": "0.0.1",
|
||||
"main": "./src/index.js",
|
||||
"scripts": {
|
||||
"install": "make bundle",
|
||||
"test": "node ./test/test.js"
|
||||
"pretest": "make bundle && make bundle-test",
|
||||
"test": ""
|
||||
},
|
||||
"devDependencies": {
|
||||
"browserify": "~2.33",
|
||||
|
|
Loading…
Reference in New Issue
Block a user