Last active
May 6, 2018 22:28
-
-
Save maka-io/778d53455213c9813a02d18bd3b98de3 to your computer and use it in GitHub Desktop.
Meteor Travis-CI file for Meteor 1.6.1.1+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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