File: .travis.yml

package info (click to toggle)
golang-github-appc-spec 0.8.11%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,112 kB
  • sloc: sh: 167; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configures appc tests at Travis CI (https://travis-ci.org).

language: go

matrix:
  include:
    - go: 1.5.3
      env: GO15VENDOREXPERIMENT=1
    - go: 1.6.2

# Nothing to install, it's part of vendoring.
install: true

script:
 - ./test.sh