Files
standardnotes-app-web/circle.yml
Lev Lazinskiy 3d2e571efa First pass at testing
- Unit/Integration(ish) tests for Home Controller
- Simple test for the date filter
- Dependencies for Karma and Jasmine
- circle.yml file for CI
2017-01-20 13:58:10 -08:00

21 lines
258 B
YAML

machine:
ruby:
version:
2.3.1
node:
version:
6.1.0
dependencies:
pre:
- npm install -g grunt
override:
- bundle install
- npm install
- bundle exec rake bower:install
- grunt
test:
override:
- npm test