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-space-inside": "never-single-line",
|
||||
"function-whitespace-after": "always",
|
||||
"function-url-quotes": "double",
|
||||
"function-url-quotes": "always",
|
||||
"indentation": "tab",
|
||||
"max-empty-lines": 1,
|
||||
"media-feature-colon-space-after": "always",
|
||||
@ -53,7 +53,7 @@
|
||||
"no-missing-eof-newline": true,
|
||||
"number-leading-zero": "never",
|
||||
"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-shorthand-property-overrides": true,
|
||||
"rule-non-nested-empty-line-before": ["always-multi-line", {
|
||||
|
18
.travis.yml
18
.travis.yml
@ -1,13 +1,23 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '6'
|
||||
- '5'
|
||||
- '4'
|
||||
- '4.2.0'
|
||||
- 6
|
||||
- 4
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- os: osx
|
||||
node_js: 4
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
||||
|
||||
deploy:
|
||||
provider: npm
|
||||
email:
|
||||
|
@ -24,7 +24,6 @@ test_script:
|
||||
# cache npm modules
|
||||
cache:
|
||||
- node_modules
|
||||
- '%APPDATA%\npm-cache'
|
||||
|
||||
# Don't actually build
|
||||
build: off
|
||||
|
@ -66,6 +66,6 @@
|
||||
"handlebars": "4.0.5",
|
||||
"mocha": "2.4.5",
|
||||
"npm-run-all": "2.1.1",
|
||||
"stylelint": "6.2.2"
|
||||
"stylelint": "6.6.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user