Created
April 15, 2015 01:37
-
-
Save patricksimpson/835a614e0fe607a05249 to your computer and use it in GitHub Desktop.
Mina Circle
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
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