https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: c908f1d895998f24550a542bd488c59beed9c143 authored by Kmaschta on 09 October 2018, 14:38:27 UTC
v8.23.1
Tip revision: c908f1d
.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