mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add Phantom back in to retain the ability to run tests in legacy browser. By default its false.
18 lines
307 B
YAML
18 lines
307 B
YAML
language: node_js
|
|
node_js:
|
|
- "8.11.1"
|
|
cache:
|
|
directories:
|
|
- ".meteor"
|
|
- ".babel-cache"
|
|
script: TEST_PACKAGES_EXCLUDE="less" phantom=false ./packages/test-in-console/run.sh
|
|
sudo: false
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|