mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
28 lines
552 B
YAML
28 lines
552 B
YAML
language: node_js
|
|
os: linux
|
|
dist: jammy
|
|
node_js:
|
|
- "14.21.3"
|
|
cache:
|
|
directories:
|
|
- ".meteor"
|
|
- ".babel-cache"
|
|
script:
|
|
- travis_retry ./packages/test-in-console/run.sh
|
|
env:
|
|
global:
|
|
- CXX=g++11
|
|
- phantom=false
|
|
- PUPPETEER_DOWNLOAD_PATH=~/.npm/chromium
|
|
jobs:
|
|
# We don't want to run the tests without fibers anymore.
|
|
# - DISABLE_FIBERS=1
|
|
# Use a different flag, since node would use false as a string.
|
|
- FIBERS_ENABLED=1
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-11
|