https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 8d97c90c6cb4bb6a7bddad010c21589ae60eee12 authored by Kmaschta on 19 November 2018, 14:41:41 UTC
v9.3.1
Tip revision: 8d97c90
.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