Skip to content

Instantly share code, notes, and snippets.

@zpratt
Created February 23, 2014 20:28
Show Gist options
  • Save zpratt/9176787 to your computer and use it in GitHub Desktop.
Save zpratt/9176787 to your computer and use it in GitHub Desktop.
MEAN .travis.yml configuration example.
language: node_js
node_js:
- "0.10"
services:
- mongodb
env:
global:
- NODE_ENV=travisci
- BUILD_DIR=`pwd`/zpratt
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment