Skip to content

Commit

Permalink
Attempt 2 to support code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jun 5, 2014
1 parent 9cb5531 commit 57a9ace
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ before_script:
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli bower
- bower install
# Code climate token encypted with travis gem (travis encrypt CODECLIMATE_REPO_TOKEN=fdf...)
- secure: "B6crMr+aI2PceikzXp2XfXmttPSyLWCMXBIBwKWlfTKP8zlagwQ5AHTLe2t2Kv5mdlxe8pOhMDAO7QTClGWmqxf5H1hVqjqw0kc5SDwkAWZUSSOQKaaD3qeNFlmKv3ELmOWHrycDTWq5Exvnlj7q6MG2bYf4JP7Z3dE4UeZClpo="

script:
- grunt
- codeclimate < coverage/lcov.info

env:
global:
# Code climate token encypted with travis gem (travis encrypt CODECLIMATE_REPO_TOKEN=fdf...)
secure: SAZjrjbYfihqvEsZLbyTuZzquiwgk3oIgJHwxqVwx+UWhQ8bZTRWKnsEhJXgCqNryK1C+HQMVgI1lWdnsjY/qTIPbJ0Ep8zRg+SGIijsUWS0iA22EFA877/xAzqVY0Elplc0hCwd51EFnohlB4A9RjdBV4hl+7FAnEdoN9s+YmE=

0 comments on commit 57a9ace

Please sign in to comment.