mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
Add Travis CI
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
fc52d5ae3c
commit
109d562ad9
@@ -0,0 +1,8 @@
|
||||
sudo: false
|
||||
|
||||
language: node_js
|
||||
node_js:
|
||||
- "lts/*"
|
||||
cache:
|
||||
directories:
|
||||
- "node_modules"
|
||||
Reference in New Issue
Block a user