File: .travis.yml

package info (click to toggle)
golang-github-mreiferson-go-httpclient 0.0~git20160630.0.31f0106-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch, stretch-backports
  • size: 100 kB
  • ctags: 42
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
language: go
go:
  - 1.1
install:
  - go get github.com/bmizerany/assert
script:
  - pushd $TRAVIS_BUILD_DIR
  - go test
  - popd
notifications:
  email: false