We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cbb3d commit fe16734Copy full SHA for fe16734
.editorconfig
@@ -11,3 +11,4 @@ trim_trailing_whitespace = true
11
12
[*.md]
13
trim_trailing_whitespace = false
14
+indent_size = unset
.travis.yml
@@ -8,15 +8,16 @@ notifications:
8
9
cache:
10
bundler: true
+ yarn: true
directories:
- node_modules
15
before_install:
16
- rvm install 2.3.3
17
+ - npm install -g yarn
18
install:
19
- bundle install
- - npm install -g yarn
- - yarn install
20
+ - yarn
21
22
before_script:
23
- npm test
0 commit comments