Merge pull request #403 from thelounge/xpaw/travis

Update travis config
This commit is contained in:
Jérémie Astori 2016-06-15 19:28:14 -04:00 committed by GitHub
commit c601c0cb20
4 changed files with 17 additions and 8 deletions

View File

@ -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", {

View File

@ -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:

View File

@ -24,7 +24,6 @@ test_script:
# cache npm modules
cache:
- node_modules
- '%APPDATA%\npm-cache'
# Don't actually build
build: off

View File

@ -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"
}
}