Show More
Commit Description:
start upgrading to rails 7
Commit Description:
start upgrading to rails 7
References:
File last commit:
Show/Diff file:
Action:
node_modules/event-emitter/.travis.yml
| 16 lines
| 318 B
| text/x-yaml
| YamlLexer
|
r789 | sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ | |||
language: node_js | ||||
node_js: | ||||
- 0.12 | ||||
- 4 | ||||
- 6 | ||||
- 7 | ||||
before_install: | ||||
- mkdir node_modules; ln -s ../ node_modules/event-emitter | ||||
notifications: | ||||
email: | ||||
- medikoo+event-emitter@medikoo.com | ||||
script: "npm test && npm run lint" | ||||