Skip to content

Commit

Permalink
Merge pull request #54 from atotto/ci/support-osx
Browse files Browse the repository at this point in the history
ci: support osx
  • Loading branch information
atotto authored Feb 24, 2021
2 parents 5f312a1 + d663faa commit c52c3f8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: go

os:
- linux
- osx

go:
- go1.4.3
- go1.11.x
- go1.13.x
- go1.15.x
- go1.x

services:
Expand All @@ -14,7 +15,7 @@ before_install:
- export DISPLAY=:99.0

script:
- sudo apt-get install xsel
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install xsel; fi
- go test -v .
- sudo apt-get install xclip
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install xclip; fi
- go test -v .

0 comments on commit c52c3f8

Please sign in to comment.