Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created December 28, 2015 06:32
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 iorionda/0bc4ec21a2f62e019afd to your computer and use it in GitHub Desktop.
Save iorionda/0bc4ec21a2f62e019afd to your computer and use it in GitHub Desktop.
angular-fullstack
machine:
node:
version: v5.1.0
dependencies:
pre:
- npm install -g bower
- npm install
- bower install
- node_modules/protractor/bin/webdriver-manager update
- if [[ ! -d mongodb-linux-x86_64-ubuntu1204-3.2.0 ]]; then wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1204-3.2.0.tgz && tar xvzf mongodb-linux-x86_64-ubuntu1204-3.2.0.tgz; fi
- sudo stop mongodb
- sudo cp mongodb-linux-x86_64-ubuntu1204-3.2.0/bin/* /usr/bin
- sudo start mongodb
cache_directories:
- mongodb-linux-x86_64-ubuntu1204-3.2.0
test:
pre:
- grunt serve:
background: true
- sleep 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment