diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8111245 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - 0.6 + - 0.8 \ No newline at end of file diff --git a/README.md b/README.md index ba6e427..d261e2e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![build status](https://secure.travis-ci.org/ded/bowser.png)](http://travis-ci.org/ded/bowser) Bowser ------ A Browser detector. Because sometimes, there is no other way, and not even good modern browsers always provide good feature detection mechanisms.