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

@ -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",