https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 77213de96f7e32b2a16e1679762c8d1ce4265924 authored by Nicolas Thouvenin on 20 July 2018, 12:43:34 UTC
8.21.2
Tip revision: 77213de
.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