Skip to content

Commit

Permalink
travis-ci basic build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed May 5, 2018
1 parent cde2ee9 commit 1fba622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ matrix:
before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-

script:
- make distclean
- make

addons:
coverity_scan:
project:
Expand Down

0 comments on commit 1fba622

Please sign in to comment.