https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 80a23fbd01a3b97977a83d55e1c888e9a61669c1 authored by Nicolas Thouvenin on 29 November 2018, 15:40:25 UTC
9.3.8
Tip revision: 80a23fb
.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