Skip to content

Instantly share code, notes, and snippets.

@maka-io
Last active May 6, 2018 22:28
Show Gist options
  • Save maka-io/778d53455213c9813a02d18bd3b98de3 to your computer and use it in GitHub Desktop.
Save maka-io/778d53455213c9813a02d18bd3b98de3 to your computer and use it in GitHub Desktop.
Meteor Travis-CI file for Meteor 1.6.1.1+
language: node_js
node_js:
- 9
cache:
directories:
- $HOME/app/node_modules
- $HOME/app/.meteor/
before_install:
- export TEST_BROWSER_DRIVER=phantomjs
- curl https://install.meteor.com | /bin/sh
before_script:
- cd app
- meteor npm install
script:
- meteor test --once --full-app --driver-package meteortesting:mocha
sudo: required
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment