Skip to content

Commit

Permalink
Move .travis.yml into a .travis directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Tray Torrance committed Nov 17, 2012
1 parent 8fbad8d commit 1560600
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

1 change: 1 addition & 0 deletions .travis.yml
10 changes: 10 additions & 0 deletions .travis/travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: ruby
rvm:
- 1.8.7
- 1.9.3

before_install:
- gem install puppet rspec rspec-puppet puppetlabs_spec_helper

script: rspec --color --format doc spec/

0 comments on commit 1560600

Please sign in to comment.