Skip to content

Commit

Permalink
Merge b106c4b into 01cf9da
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 6, 2019
2 parents 01cf9da + b106c4b commit 84805b5
Show file tree
Hide file tree
Showing 5 changed files with 589 additions and 587 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@ site/
cov.*
.vagrant
*.log
.nyc_output

# List specific to .gitignore
node_modules
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -5,6 +5,7 @@ site/
cov.*
.vagrant
*.log
.nyc_output

# List specific to .npmignore
.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_install:
install:
- 'npm install --no-save'
script:
- 'npm run ci:lint || true' # TODO fix all lint errors
- 'npm run ci:lint || true' # TODO https://github.com/apiaryio/gavel.js/issues/146
- 'npm run ci:test'
after_success:
- 'npm run ci:release'

0 comments on commit 84805b5

Please sign in to comment.