Skip to content

Commit

Permalink
Merge pull request RobotWebTools#24 from baalexander/add_tests
Browse files Browse the repository at this point in the history
Adds unit test infrastructure and Travis CI integration
  • Loading branch information
rctoris committed Mar 31, 2013
2 parents abfa4a7 + f5844b0 commit ee1d555
Show file tree
Hide file tree
Showing 6 changed files with 4,138 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- 0.8

before_script:
- npm install -g karma

script:
- karma start test/karma.conf.js

2 changes: 2 additions & 0 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
[![Build Status](https://api.travis-ci.org/RobotWebTools/roslibjs.png)](https://travis-ci.org/RobotWebTools/roslibjs)

NOTE: THIS CODE IS HIGHLY EXPERIMENTAL. IT IS MEANT AS A RESTRUCTURING AND STANDARDIZATION ATTEMPT FOR THE ROS JAVASCRIPT LIBRARIES. USE AT YOUR OWN RISK UNTIL AN OFFICIAL RELEASE IS MADE. FOR MORE INFORMATION, REFER TO https://github.com/RobotWebTools/robotwebtools.github.com/wiki/Libraries-Structure-Overview
Loading

0 comments on commit ee1d555

Please sign in to comment.