File: .travis.yml

package info (click to toggle)
rclone 1.35-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,900 kB
  • ctags: 3,226
  • sloc: python: 108; makefile: 107; sh: 80; xml: 29
file content (27 lines) | stat: -rw-r--r-- 527 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
23
24
25
26
27
language: go
sudo: false
osx_image: xcode7.3
os:
- linux
- osx
go:
- 1.5.4
- 1.6.4
- 1.7.4
install:
- git fetch --unshallow --tags
- make vars
- make build_dep
script:
- make check
- make quicktest
env:
  matrix:
    secure: gU8gCV9R8Kv/Gn0SmCP37edpfIbPoSvsub48GK7qxJdTU628H0KOMiZW/T0gtV5d67XJZ4eKnhJYlxwwxgSgfejO32Rh5GlYEKT/FuVoH0BD72dM1GDFLSrUiUYOdoHvf/BKIFA3dJFT4lk2ASy4Zh7SEoXHG6goBlqUpYx8hVA=
deploy:
  provider: script
  script: make travis_beta
  on:
    branch: master
    go: 1.7.4
    condition: "`uname` == 'Linux'"