good morning!!!!

Skip to content
Snippets Groups Projects
.travis.yml 1.22 KiB
Newer Older
Taylor Gerring's avatar
Taylor Gerring committed
language: go
go:
  - 1.4.2
Taylor Gerring's avatar
Taylor Gerring committed
before_install:
  - sudo add-apt-repository ppa:beineri/opt-qt541 -y
Taylor Gerring's avatar
Taylor Gerring committed
  - sudo apt-get update -qq
Jeffrey Wilcke's avatar
Jeffrey Wilcke committed
  - sudo apt-get install -yqq libgmp3-dev
  # - go get code.google.com/p/go.tools/cmd/goimports
  # - go get github.com/golang/lint/golint
  # - go get golang.org/x/tools/cmd/vet 
  - go get golang.org/x/tools/cmd/cover github.com/mattn/goveralls
Taylor Gerring's avatar
Taylor Gerring committed
before_script:
  # - gofmt -l -w .
  # - goimports -l -w .
  # - golint .
  # - go vet ./...
Taylor Gerring's avatar
Taylor Gerring committed
  # - go test -race ./...
Taylor Gerring's avatar
Taylor Gerring committed
script:
  - make travis-test-with-coverage
after_success:
  - if [ "$COVERALLS_TOKEN" ]; then goveralls -coverprofile=profile.cov -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
Taylor Gerring's avatar
Taylor Gerring committed
  global:
    - PKG_CONFIG_PATH=/opt/qt54/lib/pkgconfig
    - LD_LIBRARY_PATH=/opt/qt54/lib
    - secure: "U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/e09ccdce1048c5e03445
    on_success: change  # options: [always|never|change] default: always
    on_failure: always  # options: [always|never|change] default: always
    on_start: false     # default: false