mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
11 lines
197 B
YAML
11 lines
197 B
YAML
sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
|
|
language: node_js
|
|
node_js:
|
|
- 0.12
|
|
- v4
|
|
- v5
|
|
|
|
notifications:
|
|
email:
|
|
- medikoo+es6-symbol@medikoo.com
|