mirror of
https://github.com/vale981/Vulcan
synced 2025-03-07 02:21:43 -05:00
26 lines
449 B
YAML
26 lines
449 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.0"
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- $HOME/.meteor/
|
|
|
|
before_install:
|
|
- npm install -g spacejam
|
|
- curl https://install.meteor.com | /bin/sh
|
|
before_script:
|
|
- npm install
|
|
script:
|
|
- spacejam test-packages ./ --driver-package=practicalmeteor:mocha-console-runner
|
|
|
|
sudo: required
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|