Skip to content

Commit

Permalink
TASK: Setup Travis CI #18
Browse files Browse the repository at this point in the history
  • Loading branch information
Inkdpixels committed Jan 15, 2016
1 parent 8a4e232 commit 0e37b3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
before_install:
# - npm i -g codeclimate-test-reporter
before_script:
- npm prune
after_script:
# - codeclimate-test-reporter < coverage/lcov.info
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"extract-text-webpack-plugin": "^0.9.1",
"glob": "^6.0.4",
"imports-loader": "^0.6.5",
"istanbul": "^0.4.2",
"jsdom": "^7.2.2",
"mocha": "^2.3.4",
"postcss-import": "^7.1.3",
Expand Down

0 comments on commit 0e37b3a

Please sign in to comment.