Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider a15fbc72 rédigé par Will Hunt's avatar Will Hunt Validation de GitHub
Parcourir les fichiers

Merge pull request #266 from Half-Shot/hs/test-against-node-11

Node 11 support
parents cc4a831a 6c046ece
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
language: node_js
node_js:
- "8.11.1"
- "9.11.1"
- "10.1.0"
script:
- npm run-script build
- npm run-script coverage
- npm run-script lint
install: npm install && npm run build
jobs:
include:
- stage: tests
name: "Unit - Node 8"
script: npm run test
node_js: "8"
- script: npm run test
name: "Unit - Node 10"
node_js: "10"
- script: npm run test
name: "Unit - Node 11"
node_js: "11.0.0"
- script: npm run lint
name: "Linting"
node_js: "10"
- script: npm run coverage
name: "Coverage"
node_js: "10"
notifications:
webhooks:
urls:
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter