Files
meteor/.travis.yml
Nacho Codoñer 842c070c60 [3.x] Upgrade Node to latest 20.15.1 (Dev bundle 20.15.1.0) (#13197)
* upgrade node to latest 20.14.0

* upgrade node to latest 20.14.0

* bump dev-bundle to the proper patch

* Revert "upgrade node to latest 20.14.0"

This reverts commit 756a307775.

* re-run checks

* upgrade to node 2.15.0

* upgrade node with new 20.15.1 patch version

* re-run checks
2024-07-09 17:25:08 +02:00

33 lines
647 B
YAML

language: node_js
os: linux
dist: jammy
sudo: required
services: xvfb
node_js:
- "20.15.1"
cache:
directories:
- ".meteor"
- ".babel-cache"
script:
- travis_retry ./packages/test-in-console/run.sh
env:
global:
- CXX=g++-12
- phantom=false
- PUPPETEER_DOWNLOAD_PATH=~/.npm/chromium
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-12
- libnss3
before_install:
- cat /etc/apt/sources.list
- python3 --version
- echo "deb http://archive.ubuntu.com/ubuntu jammy main universe" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get install -y libnss3