Codebase list golang-github-atotto-clipboard / 9ce8d3d6-4610-4f3b-84bd-3a84a0c12602/main .travis.yml
9ce8d3d6-4610-4f3b-84bd-3a84a0c12602/main

Tree @9ce8d3d6-4610-4f3b-84bd-3a84a0c12602/main (Download .tar.gz)

.travis.yml @9ce8d3d6-4610-4f3b-84bd-3a84a0c12602/mainraw · history · blame

language: go

go:
 - go1.4.3
 - go1.5.4
 - go1.6.4
 - go1.7.6
 - go1.8.7
 - go1.9.4
 - go1.10

before_install:
 - export DISPLAY=:99.0
 - sh -e /etc/init.d/xvfb start

script:
 - sudo apt-get install xsel
 - go test -v .
 - sudo apt-get install xclip
 - go test -v .