fixed travis
This commit is contained in:
parent
029a169114
commit
00f58ba68f
@ -4,5 +4,7 @@ before_install:
|
|||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
branches:
|
branches:
|
||||||
|
except:
|
||||||
|
- dist
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node --harmony ./node_modules/.bin/gulp test",
|
"test": "node --harmony ./node_modules/.bin/gulp test",
|
||||||
"lint": "./node_modules/.bin/standard",
|
"lint": "./node_modules/.bin/standard",
|
||||||
"build": "./node_modules/.bin/standard build"
|
"build": "./node_modules/.bin/gulp build"
|
||||||
},
|
},
|
||||||
"pre-commit": [
|
"pre-commit": [
|
||||||
"lint",
|
"lint",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user