Innovenergy_trunk/frontend/node_modules/email-validator/.travis.yml

16 lines
208 B
YAML
Raw Normal View History

language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
script:
- npm run test
node_js:
- '9'
- '8'
- '6'
- '4'
branches:
except:
- /^v\d+\.\d+\.\d+$/