Skip to content

Commit

Permalink
add rubocop to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 12, 2015
1 parent d9f217c commit a1e4f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,10 +5,11 @@ 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 "rake yast2-devtools yast2-testsuite yast2-core-dev yast2 yast2-network" -g "rspec:2.14.1 yast-rake gettext"
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2-core-dev yast2 yast2-network" -g "rspec:2.14.1 yast-rake gettext rubocop:0.28.0"
script:
- rake check:syntax
- rake check:pot
- rubocop
- make -f Makefile.cvs
- make
- sudo make install
Expand Down

0 comments on commit a1e4f4e

Please sign in to comment.