flightgear-airports-old/.travis.yml

26 lines
516 B
YAML
Raw Normal View History

2019-11-06 05:43:18 +08:00
# Commented sections below can be used to run tests on the CI server
# https://simulatedgreg.gitbooks.io/electron-vue/content/en/testing.html#on-the-subject-of-ci-testing
osx_image: xcode8.3
sudo: required
dist: trusty
2020-03-04 20:12:13 +08:00
language: node_js
2020-03-04 22:53:57 +08:00
node_js:
2020-03-04 21:46:47 +08:00
- 10.15.3
2019-11-06 05:43:18 +08:00
matrix:
include:
- os: osx
2020-03-04 17:55:42 +08:00
- os: windows
2019-11-06 05:43:18 +08:00
- os: linux
cache:
directories:
- node_modules
- "$HOME/.electron"
- "$HOME/.cache"
addons:
before_install:
install:
- source ~/.bashrc
- npm install -g xvfb-maybe
2020-03-04 19:58:26 +08:00
- npm install
2019-11-06 05:43:18 +08:00
script:
2020-03-04 22:49:22 +08:00
- npm run build