Skip to content

Commit

Permalink
Merge pull request #332 from yast/less_verbose_travis
Browse files Browse the repository at this point in the history
Be less verbose at Travis to have shorter log
  • Loading branch information
lslezak committed Jan 27, 2015
2 parents f96373d + c88153a commit 4d82e76
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -7,11 +7,10 @@ before_install:
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "rake yast2-core yast2-devtools yast2-testsuite yast2-ruby-bindings yast2 yast2-pkg-bindings" -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
- make check
- make -s -f Makefile.cvs
- make -s
- sudo make -s install
- make -s check

0 comments on commit 4d82e76

Please sign in to comment.