UNPKG

periodicjs.core.data

Version:

Core data is the ORM wrapping component of periodicjs.core.controller that provides database adapters for commonly used databases (ie. mongo, sql, postgres). Adapters provide a standard set of methods and options regardless of the type of database and so

50 lines (42 loc) 893 B
language: node_js node_js: - "6.9.1" env: - CXX=g++-4.8 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 services: - mongodb - mysql notifications: irc: channels: - "irc.freenode.org#periodicjs" template: - "Build by %{author} :" - "Git Info: %{branch} - %{commit} with the message %{commit_message}" - "Travis states: %{message}" - "Build Details: %{build_url}" - "Change View: %{compare_url}" - "result = %{result}" - "elapsed time... %{duration}" use_notice: true skip_join: false before_script: - npm install before_install: - mysql -e 'CREATE DATABASE test_core_data;' install: - npm install grunt-cli istanbul -g branches: only: - master - devel git: submodules: false script: - npm set progress=false && export NODE_ENV=test && grunt test