UNPKG

ember-cli-i18n

Version:

Simple Internationalization support for ember-cli apps.

21 lines (15 loc) 245 B
--- language: node_js sudo: false cache: directories: - node_modules before_install: - "npm config set spin false" - "npm install -g npm@^2" install: - npm install -g bower - npm install - bower install script: - npm test