mirror of
https://github.com/Febbweiss/CloudBudget.git
synced 2026-03-04 22:35:38 +00:00
Feature: add Travis CI
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
services:
|
||||
- mongodb
|
||||
before_script:
|
||||
- sleep 15
|
||||
- mongo cloudbudget_test
|
||||
Reference in New Issue
Block a user