image: node:latest cache: paths: - node_modules/ before_script: - npm install bower - npm install purescript - npm install pulp - export PATH=node_modules/.bin:$PATH; - bower install --allow-root test: script: - make test pages: script: - make build artifacts: paths: - public only: - master