https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: bc85773db5eb6ee3ea172a44df81b07d33e7dd68 authored by Nicolas Thouvenin on 23 March 2018, 10:47:26 UTC
8.18.5
Tip revision: bc85773
.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