https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 6486c892cd0b6610822cc2c0fb7c8ee4fd1a0ed1 authored by ThieryMichel on 02 January 2018, 15:53:44 UTC
8.8.0
Tip revision: 6486c89
.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