Skip to content

Commit

Permalink
Run also "rake pot" at Travis
Browse files Browse the repository at this point in the history
- to check for possible translation issues (e.g. missing textdomain)
  • Loading branch information
lslezak committed Nov 7, 2018
1 parent b19638e commit 2cb5a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ script:
# see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-cpp
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-users-image yast-travis-cpp
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" -e COVERAGE=1 -e CI=1 yast-users-image rake test:unit
- docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" yast-users-image rake pot

0 comments on commit 2cb5a5c

Please sign in to comment.