mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
add .travis.yml file and test Travis execution
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
language: node_js
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user