angular-mocks-async
Version:
AngularJS module to mock async HTTP
20 lines (17 loc) • 419 B
YAML
machine:
node:
version:
7.10.0
dependencies:
pre:
#- npm install -g karma
#- npm install -g karma-cli
cache_directories:
- ~/nvm
test:
override:
- npm install
#- ./node_modules/karma-cli/bin/karma start karma.conf.js --single-run
- ./node_modules/gulp-cli/bin/gulp.js test-with-angular-all-versions
post:
- bash <(curl -s https://codecov.io/bash)