https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: dce0a286a7b3ef9d145636627321af4bbb630923 authored by ThieryMichel on 15 December 2017, 09:38:36 UTC
8.6.0
Tip revision: dce0a28
.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