https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 27654a3fc7457c6a939f9308ebaf629d47cf876f authored by Kmaschta on 09 November 2018, 09:25:59 UTC
v9.2.1
Tip revision: 27654a3
.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