Merge pull request #403 from thelounge/xpaw/travis
Update travis config
This commit is contained in:
commit
c601c0cb20
@ -38,7 +38,7 @@
|
|||||||
"function-parentheses-newline-inside": "always-multi-line",
|
"function-parentheses-newline-inside": "always-multi-line",
|
||||||
"function-parentheses-space-inside": "never-single-line",
|
"function-parentheses-space-inside": "never-single-line",
|
||||||
"function-whitespace-after": "always",
|
"function-whitespace-after": "always",
|
||||||
"function-url-quotes": "double",
|
"function-url-quotes": "always",
|
||||||
"indentation": "tab",
|
"indentation": "tab",
|
||||||
"max-empty-lines": 1,
|
"max-empty-lines": 1,
|
||||||
"media-feature-colon-space-after": "always",
|
"media-feature-colon-space-after": "always",
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"no-missing-eof-newline": true,
|
"no-missing-eof-newline": true,
|
||||||
"number-leading-zero": "never",
|
"number-leading-zero": "never",
|
||||||
"number-no-trailing-zeros": true,
|
"number-no-trailing-zeros": true,
|
||||||
"number-zero-length-no-unit": true,
|
"length-zero-no-unit": true,
|
||||||
"declaration-block-no-duplicate-properties": true,
|
"declaration-block-no-duplicate-properties": true,
|
||||||
"declaration-block-no-shorthand-property-overrides": true,
|
"declaration-block-no-shorthand-property-overrides": true,
|
||||||
"rule-non-nested-empty-line-before": ["always-multi-line", {
|
"rule-non-nested-empty-line-before": ["always-multi-line", {
|
||||||
|
18
.travis.yml
18
.travis.yml
@ -1,13 +1,23 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '6'
|
- 6
|
||||||
- '5'
|
- 4
|
||||||
- '4'
|
|
||||||
- '4.2.0'
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
include:
|
||||||
|
- os: osx
|
||||||
|
node_js: 4
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email:
|
email:
|
||||||
|
@ -24,7 +24,6 @@ test_script:
|
|||||||
# cache npm modules
|
# cache npm modules
|
||||||
cache:
|
cache:
|
||||||
- node_modules
|
- node_modules
|
||||||
- '%APPDATA%\npm-cache'
|
|
||||||
|
|
||||||
# Don't actually build
|
# Don't actually build
|
||||||
build: off
|
build: off
|
||||||
|
@ -66,6 +66,6 @@
|
|||||||
"handlebars": "4.0.5",
|
"handlebars": "4.0.5",
|
||||||
"mocha": "2.4.5",
|
"mocha": "2.4.5",
|
||||||
"npm-run-all": "2.1.1",
|
"npm-run-all": "2.1.1",
|
||||||
"stylelint": "6.2.2"
|
"stylelint": "6.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user