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
This commit is contained in:
20
circle.yml
Normal file
20
circle.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user