mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
first commit
This commit is contained in:
commit
87915c8568
9 changed files with 315 additions and 0 deletions
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
language: ruby
|
||||
rvm:
|
||||
- '2.1'
|
||||
- '2.2'
|
||||
- 'rbx-2.5'
|
||||
script:
|
||||
- bundle exec rubocop
|
||||
- bundle exec rake test
|
||||
Loading…
Add table
Add a link
Reference in a new issue