test travis again

pull/13165/head
rubenmoya 7 years ago
parent 8adbd3fdfa
commit cc60629e93

@ -10,17 +10,8 @@ addons:
install: install:
- npm install - npm install
before_script:
- npm install -g npm@3.10.9
- npm install -g grunt-cli
jobs:
include:
- stage: Linters
script: npm run lint:css
- stage: Tests
script: script:
- grunt test - npm run ci
notifications: notifications:
email: email:

@ -146,6 +146,7 @@
"node": "6.9.2" "node": "6.9.2"
}, },
"scripts": { "scripts": {
"ci": "npm run lint:css && grunt test",
"test": "grunt test", "test": "grunt test",
"lint": "eslint .", "lint": "eslint .",
"lint:css": "stylelint './app/assets/stylesheets/**/*.scss'", "lint:css": "stylelint './app/assets/stylesheets/**/*.scss'",

Loading…
Cancel
Save