https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: 9b01cc20fec34c373d2412500266b0214a8a5f7a authored by François Parmentier on 16 April 2018, 11:51:28 UTC
Add export model ready button, various bugfixes
Tip revision: 9b01cc2
.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

install:
    - "make install"

script:
    - make test
back to top