mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
24 lines
557 B
YAML
24 lines
557 B
YAML
language: node_js
|
|
os: linux
|
|
dist: xenial
|
|
node_js:
|
|
- "14.17.6"
|
|
cache:
|
|
directories:
|
|
- ".meteor"
|
|
- ".babel-cache"
|
|
script:
|
|
- export phantom=false
|
|
# to skip Downloading Chromium on every run
|
|
# https://github.com/dfernandez79/puppeteer/blob/main/README.md#q-chromium-gets-downloaded-on-every-npm-ci-run-how-can-i-cache-the-download
|
|
- export PUPPETEER_DOWNLOAD_PATH=~/.npm/chromium
|
|
- travis_retry ./packages/test-in-console/run.sh
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|