mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 14:15:40 +00:00
Feature: add Travis CI
This commit is contained in:
9
.travis.yml
Normal file
9
.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
before_install:
|
||||
- "curl -L https://raw.githubusercontent.com/arunoda/travis-ci-laika/master/configure.sh | /bin/sh"
|
||||
services:
|
||||
- mongodb
|
||||
env:
|
||||
- LAIKA_OPTIONS="-t 5000"
|
||||
Reference in New Issue
Block a user