mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
13 lines
147 B
YAML
13 lines
147 B
YAML
language: go
|
|
go:
|
|
- 1.5
|
|
sudo: false
|
|
os:
|
|
- linux
|
|
- osx
|
|
script:
|
|
make travis
|
|
addons:
|
|
artifacts: true
|
|
s3_region: "eu-central-1"
|