mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 03:02:49 +00:00
19 lines
297 B
YAML
19 lines
297 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
- "0.10"
|
|
- 0.12
|
|
before_install:
|
|
- curl --location http://git.io/1OcIZA | bash -s
|
|
branches:
|
|
only:
|
|
- master
|
|
matrix:
|
|
allow_failures:
|
|
- node_js: 0.8
|
|
notifications:
|
|
email:
|
|
- travis@nodejitsu.com
|
|
irc: "irc.freenode.org#nodejitsu"
|