Skip to content

Commit

Permalink
added more checks in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 14, 2014
1 parent c8e902b commit 2afe0e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,10 @@ before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "ruby2.1 rake" -g "yast-rake yard"
- sh ./travis_setup.sh -p "ruby2.1 rake" -g "yast-rake yard gettext"
script:
- rake check:syntax
- rake check:pot
- yardoc
- rake test:unit
- sudo rake install
Expand Down

0 comments on commit 2afe0e5

Please sign in to comment.