Skip to content

Commit

Permalink
Merge pull request #6 from job13er/do-not-build-tags
Browse files Browse the repository at this point in the history
Skipping tag builds `v#.#.#`
  • Loading branch information
job13er committed Jan 27, 2016
2 parents 58eac29 + ee40fbc commit 24bdf00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ sudo: false
node_js:
- '5.3'

branches:
except:
- /^v[0-9\.]+/

before_install:
- npm install -g coveralls

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-frost-standard",
"version": "0.1.3",
"version": "0.1.4",
"description": "Standard ESLint rules for Frost projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 24bdf00

Please sign in to comment.