Skip to content

Commit

Permalink
test: ignore released branches
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 15, 2016
1 parent 9e8efed commit 2053268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ after_success:
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- /^released-/
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"cover": "tap test/*.test.js --cov --coverage-report=lcov",
"lint": "jscs cli/*.js cli/**/*.js lib/*.js -v",
"test": "npm run check-tests && npm run lint && tap test/*.test.js --timeout=60 && node cli/index.js test > /dev/null",
"test": "npm run check-tests && npm run lint && tap test/*.test.js --timeout=60 && node cli/index.js test -q",
"check-tests": "! grep 'test.only' test/*.test.js -n",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down Expand Up @@ -47,16 +47,15 @@
"then-fs": "^2.0.0",
"undefsafe": "0.0.3",
"update-notifier": "^0.5.0",
"url": "^0.11.0",
"validator": "^4.0.5"
"url": "^0.11.0"
},
"devDependencies": {
"jscs": "^2.0.0",
"proxyquire": "^1.7.4",
"restify": "^4.0.4",
"semantic-release": "^4.3.5",
"sinon": "^1.17.2",
"tap": "^5.4.1",
"tap": "^5.7.1",
"tap-only": "0.0.5",
"tape": "^4.0.0"
},
Expand Down

0 comments on commit 2053268

Please sign in to comment.