Skip to content

Commit

Permalink
Another travis tests test:
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Feb 27, 2017
1 parent dd0bf3c commit 505dbc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ script:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pandoc --standalone --from=markdown_github --to=rtf --output=README.rtf README.clean; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then appdmg appdmg.json qtpass-$(grep ^VERSION qtpass.pri | cut -d " " -f 6).dmg; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export VERSION=$(grep ^VERSION qtpass.pri | cut -d " " -f 6); fi
- cd tests && make && ./auto/util/test_util && cd -
- cd tests
- qmake
- make
- ./auto/util/test_util
- cd -
notifications:
irc:
channels:
Expand Down

0 comments on commit 505dbc1

Please sign in to comment.