Created
June 27, 2016 12:32
-
-
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
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: | |
- '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