angular-cached-resource
Version:
An AngularJS module to interact with RESTful resources, even when browser is offline
18 lines (15 loc) • 393 B
YAML
language: node_js
node_js:
- "0.10"
before_script:
- export DISPLAY=:99.0
- export PHANTOMJS_BIN=/usr/local/phantomjs/bin/phantomjs
- sh -e /etc/init.d/xvfb start
- sleep 3 # give xvfb some time to start
- npm install -gq bower coveralls
- bower install --dev --config.interactive=0
- gulp --version
- bower --version
- date --rfc-2822
script:
- gulp jshint karma:unit