Browse Source

Add GMock to .travis.yml (#1226)

* Add GMock to .travis.yml

* Add ls to .travis.yml

* Install google-mock differently

* Require sudo

* Revert last 3 commits

* Remove build commands for google-mock

These are not needed in precise, as it still ships prebuilt libraries
Rene Beckmann 8 years ago
parent
commit
f1d17ca775
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -7,6 +7,7 @@ addons:
  apt:
   packages:
   - libgtest-dev
+  - google-mock
  coverity_scan:
    project:
      name: Yakindu/statecharts