forked from kbinani/screenshot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
41 lines (41 loc) · 813 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
language: cpp
env:
global:
- GOARCH=amd64
matrix:
include:
- os: osx
env: GOOS=darwin
GO_VERSION=1.11
- os: osx
env: GOOS=darwin
GO_VERSION=1.10
- os: osx
env: GOOS=darwin
GO_VERSION=1.9.4
- os: linux
env: GOOS=linux
GO_VERSION=1.9.4
- os: linux
env: GOOS=freebsd
GO_VERSION=1.9.4
- os: linux
env: GOOS=windows
GO_VERSION=1.9.4
- os: linux
env: GOOS=openbsd
GO_VERSION=1.9.4
- os: linux
env: GOOS=netbsd
GO_VERSION=1.9.4
#- os: linux
#env: GOOS=solaris
#GO_VERSION=1.9.4
branches:
only:
- master
install: ./.travis/install-go.sh
script: ./.travis/build.sh
cache:
directories:
- $HOME/cache/$TRAVIS_REPO_SLUG