Skip to content

Commit

Permalink
Add travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Mar 3, 2016
1 parent 5dc761a commit 3252001
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: ruby
before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2-devtools yast2 rake libstorage-ng1 libstorage-ng-ruby" -g "rspec:3.3.0 yast-rake gettext simplecov coveralls"
script:
- rake check:pot
#- yardoc
- COVERAGE=1 rake test:unit
- sudo rake install

0 comments on commit 3252001

Please sign in to comment.