Skip to content

Commit

Permalink
Add .travis.yml file for Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Feb 27, 2013
1 parent 1cae351 commit 65ad2d7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Gemfile.lock
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: ruby
rvm:
- "1.8.7"
- "1.9.2"
- "1.9.3"

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq -y graphviz

script: bundle exec "cd test; ruby ts_bud.rb"
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source "https://rubygems.org"
gemspec

0 comments on commit 65ad2d7

Please sign in to comment.