Skip to content

Commit

Permalink
ci update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Nov 20, 2014
1 parent 3a02d3d commit 1e21413
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dependencies:
pre:
- bower install
cache_directories:
- "bower_components"
test:
post:
- grunt coveralls || true
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-docular": "0.1.4",
"grunt-karma": "0.9.0",
"grunt-karma-coveralls": "2.5.2",
"jit-grunt": "0.9.0",
"karma": "0.12.24",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.5",
"karma-coverage": "0.2.6",
"karma-script-launcher": "0.1.0",
"karma-firefox-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"karma-mocha": "0.1.9",
"karma-phantomjs-launcher": "0.1.4",
"karma-script-launcher": "0.1.0",
"karma-sinon": "1.0.3",
"karma-spec-reporter": "0.0.13",
"time-grunt": "1.0.0",
"jit-grunt": "0.9.0",
"grunt-docular": "0.1.4"
"time-grunt": "1.0.0"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 1e21413

Please sign in to comment.