fixed travis

This commit is contained in:
Kevin Jahns 2015-11-04 17:12:59 +01:00
parent 029a169114
commit 00f58ba68f
2 changed files with 3 additions and 1 deletions

View File

@ -4,5 +4,7 @@ before_install:
node_js:
- "0.12"
branches:
except:
- dist
only:
- master

View File

@ -6,7 +6,7 @@
"scripts": {
"test": "node --harmony ./node_modules/.bin/gulp test",
"lint": "./node_modules/.bin/standard",
"build": "./node_modules/.bin/standard build"
"build": "./node_modules/.bin/gulp build"
},
"pre-commit": [
"lint",