https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: fab03f54646dc0367a2dc0a9c13d9564f8721bde authored by Nicolas Thouvenin on 07 May 2018, 07:14:40 UTC
8.19.0
Tip revision: fab03f5
.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