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 0f02a20 commit 4a4fc3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -5,8 +5,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 "yast2-devtools yast2-testsuite yast2"
- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2" -g "yast-rake gettext"
script:
- rake check:syntax
- rake check:pot
- make -f Makefile.cvs
- make
- sudo make install
Expand Down

0 comments on commit 4a4fc3e

Please sign in to comment.