~elopio/snapweb-deployer/master

« back to all changes in this revision

Viewing changes to .travis.yml

  • Committer: Leo Arias
  • Date: 2016-08-09 14:19:46 UTC
  • Revision ID: git-v1:f56e51e99b4d8d7a25ab7a59629c0e200b2830e7
Add git as a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    - TEST_SUITE="--static"
10
10
    - TEST_SUITE="--unit"
11
11
 
 
12
before_install:
 
13
  - sudo apt-get -qq update
 
14
  - sudo apt-get install -y git
12
15
script: sh -v ./run-checks $TEST_SUITE
13
16
after_success:
14
17
  - go get github.com/mattn/goveralls