https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 2637476e1956cd60704135e1175a06b04afbbcb0 authored by Nicolas Thouvenin on 07 December 2018, 18:22:03 UTC
9.3.10
Tip revision: 2637476
.travis.yml
sudo: required

addons:
    chrome: stable

language: node_js

services:
    - docker

node_js:
    - "10"

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