File: .travis.yml

package info (click to toggle)
golang-github-alecaivazis-survey 2.2.7%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 624 kB
  • sloc: makefile: 6
file content (22 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: go

go:
  - 1.12

os:
  - linux
  - linux-ppc64le
  - osx
  - windows

go_import_path: github.com/AlecAivazis/survey/v2

before_install:
  - go get github.com/alecaivazis/run

install:
  - run install-deps

script:
  - run tests
  # - run autoplay-tests