Skip to content

Instantly share code, notes, and snippets.

@joseconstela
Created June 27, 2016 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseconstela/74781e21ad5a1732b2024e34207977a6 to your computer and use it in GitHub Desktop.
Save joseconstela/74781e21ad5a1732b2024e34207977a6 to your computer and use it in GitHub Desktop.
Travis config file for meteorjs applications - Example for http://joseconstela.com/continuous-integration-with-meteorjs-and-travis
language: node_js
node_js:
- '0.10'
sudo: required
before_install:
- curl https://install.meteor.com | /bin/sh
script: meteor test --once --driver-package dispatch:mocha-phantomjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment