~dricottone/image2ascii

ref: fc3873929a4997339f7cfffcc510dae725726a39 image2ascii/.travis.yml -rw-r--r-- 179 bytes
fc387392 — 秦世成 Disable deploy 6 years ago
                                                                                
5474f305 qeesung
6bbfcf8c qeesung
5474f305 qeesung
6bbfcf8c qeesung
509e3a75 秦世成
6bbfcf8c qeesung
5474f305 qeesung
6bbfcf8c qeesung
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: go

os:
- linux
- osx

go:
- "1.8"
- "1.10.x"
- "1.11.x"
- "tip"

before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci