https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 8564677382e573aa0a0bb6e15c5060836ee62383 authored by Kmaschta on 02 October 2018, 12:36:16 UTC
Release 8.22.3
Tip revision: 8564677
.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
        - ~/.cache/Cypress

install:
    - "make install"

script:
    - make test
back to top