mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
14 lines
250 B
YAML
14 lines
250 B
YAML
language: node_js
|
|
|
|
services:
|
|
- mongodb
|
|
|
|
node_js:
|
|
- '0.11'
|
|
- '0.10'
|
|
- '0.8'
|
|
- '0.6'
|
|
|
|
# NOTE - TravisCI for Nodejs defaults to `npm test`.
|
|
# More info here, http://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Default-Test-Script
|