Skip to content

Instantly share code, notes, and snippets.

@patricksimpson
Created April 15, 2015 01:37
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 patricksimpson/835a614e0fe607a05249 to your computer and use it in GitHub Desktop.
Save patricksimpson/835a614e0fe607a05249 to your computer and use it in GitHub Desktop.
Mina Circle
general:
artifacts:
- "~/artifact_example.tar.gz"
machine:
php:
version: 5.6.2
test:
override:
- npm install
- ./node_modules/.bin/grunt ci --gruntfile Gruntfile.coffee
- tar --exclude=".git node_modules" -czvf ~/artifact_example.tar.gz .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment