Skip to content

Commit

Permalink
Merge 687751e into 0a39d93
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed May 6, 2019
2 parents 0a39d93 + 687751e commit 82ec3f2
Show file tree
Hide file tree
Showing 6 changed files with 1,367 additions and 268 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 82ec3f2

Please sign in to comment.