This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/.travis.yml

25 lines
289 B
YAML

sudo: false
dist: trusty
language: node_js
node_js:
- "14"
os:
- linux
- osx
matrix:
include:
- node_js: "12"
os: linux
cache:
yarn: true
before_script:
- if git status | grep -q "modified. \.travis\.yml"; then echo "Dirty yarn.lock"; exit 1; fi
script:
- gulp