Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Created January 4, 2016 03:12
Show Gist options
  • Save johnthepink/e98fe6231925a19672d6 to your computer and use it in GitHub Desktop.
Save johnthepink/e98fe6231925a19672d6 to your computer and use it in GitHub Desktop.
Testing Meteor with Gagarin on CircleCI OSX Environment
machine:
pre:
- brew update; brew cleanup; brew cask cleanup
- brew uninstall --force brew-cask; brew update
- brew install brew-cask
- brew install homebrew/versions/node010
- curl https://install.meteor.com | sh
- brew cask install google-chrome
- brew install chromedriver
dependencies:
pre:
- npm install -g gagarin
- chromedriver --port=9515:
background: true
test:
override:
- gagarin -v -t 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment