Skip to content

Instantly share code, notes, and snippets.

@triblondon
Last active August 29, 2015 13:57
Show Gist options
  • Save triblondon/9464190 to your computer and use it in GitHub Desktop.
Save triblondon/9464190 to your computer and use it in GitHub Desktop.
Travis CI config for Origami projects
language: node_js
node_js:
- "0.10"
before_install:
- npm install -g https://github.com/Financial-Times/origami-build-tools/tarball/node-0.10
- origami-build-tools install
script:
- origami-build-tools test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment