https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 00f34ad2ee85d7427ee59b202f2ae4a17d27ea40 authored by ThieryMichel on 14 December 2017, 09:47:14 UTC
8.4.0
Tip revision: 00f34ad
.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