https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 0d18d83950f8c7cc85b888a68248d1781f638fa1 authored by ThieryMichel on 16 January 2018, 16:05:12 UTC
8.12.1
Tip revision: 0d18d83
.travis.yml
language: node_js

services:
    - docker

node_js:
    - "8.9.1"

env:
    global:
        - NODE_ENV=test
        - EZMASTER_PUBLIC_URL=http://localhost:3000

dist: trusty

cache:
    directories:
        - node_modules

install:
    - "make install"

script:
    - make test
back to top