https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 7fbc293e3adb951c33cccec8e581f955959456a4 authored by ThieryMichel on 09 January 2018, 10:27:15 UTC
8.10.0
Tip revision: 7fbc293
.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