Skip to content

Commit

Permalink
fix(distribution): pass echint (Kong#374)
Browse files Browse the repository at this point in the history
* fix(distribution): pass echint

* feat(editorconfig): stop enforcing indents in md

- cache yarn in Travis config
  • Loading branch information
theetrain authored Apr 5, 2017
1 parent d9cbb3d commit fe16734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
indent_size = unset
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ notifications:

cache:
bundler: true
yarn: true
directories:
- node_modules

before_install:
- rvm install 2.3.3
- npm install -g yarn
install:
- bundle install
- npm install -g yarn
- yarn install
- yarn

before_script:
- npm test
Expand Down

0 comments on commit fe16734

Please sign in to comment.