mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
18 lines
336 B
YAML
18 lines
336 B
YAML
# This is a node.js v8+ JavaScript project
|
|
language: node_js
|
|
node_js:
|
|
- "8"
|
|
|
|
# Build on Ubuntu Trusty (14.04)
|
|
# https://docs.travis-ci.com/user/reference/trusty/#javascript-and-nodejs-images
|
|
dist: trusty
|
|
sudo: required
|
|
|
|
# Use Docker
|
|
services:
|
|
- docker
|
|
|
|
before_install:
|
|
- ./install-mongo
|
|
#- npm install -g mocha
|