Skip to content

Commit

Permalink
Add [email protected] to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hernandez committed Sep 15, 2015
1 parent 1ed9f4c commit a0aecbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
before_install:
- 'npm install [email protected] -g && npm install codeclimate-test-reporter -g'
addons:
Expand All @@ -10,4 +11,5 @@ addons:
after_script:
- 'npm run gen-coverage && cat coverage/lcov.info | codeclimate-test-reporter'
notifications:
slack: modulus:IGiywvgFqBf4LiHlCImb3z5A
slack:
secure: PGdsKStC7uOM9LRZzXun/z5IQqhV39/agmi8Bpqa04NqcS6kdKkRrKyhPvw49MX9FspzqklUjJfhYQBJ5WEXUqUc7VFl4xT7TaKmujDMeH4w6DzpesV17iM4ydklpbxcw7VOjIPckXOI3FWQlXbSDmgrAk997VBDGzg3qSOYBQQ=

0 comments on commit a0aecbf

Please sign in to comment.