UNPKG

clever-auth

Version:
44 lines (35 loc) 833 B
language: node_js node_js: - '0.10' - '0.11' - '0.12' - 'iojs' before_install: - npm install -g grunt-cli - npm install -g bower - npm install -g cleverstack-cli - npm install ncp - npm install rimraf - npm install bluebird env: - NODE_ENV=test; NODE_PATH=./lib/:./modules/ before_script: - rm -rf node_modules/clever-users - mysql -e 'create database test_db;' - node tests/beforeTravis.js - cd tests/assets/testProject services: - mysql notifications: webhooks: urls: - https://webhooks.gitter.im/e/7c4b5021376e475d1d47 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false branches: only: - master cache: directories: - node_modules