mirror of
https://github.com/Terreii/andromeda-viewer.git
synced 2026-08-14 00:57:49 +00:00
25 lines
338 B
YAML
25 lines
338 B
YAML
sudo: false
|
|
notifications:
|
|
email: false
|
|
|
|
language: node_js
|
|
node_js:
|
|
- "16"
|
|
- "14"
|
|
|
|
# Avoid double build on PRs (See https://github.com/travis-ci/travis-ci/issues/1147)
|
|
branches:
|
|
only:
|
|
- latest
|
|
|
|
install:
|
|
- npm ci;
|
|
env:
|
|
- CXX=g++-4.9
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.9
|