@see http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade
9 lines
93 B
YAML
9 lines
93 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
|
|
script:
|
|
- grunt test
|
|
- grunt teste2e
|
|
|
|
sudo: false
|