summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 32b3b691665fcee12a92e4e5d372b72901a46c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: go
env: GO111MODULE=on
os:
  - linux
  - osx
dist: bionic # For fish >= 2.3.0 string builtin
addons:
  apt:
    packages:
      - fish
      - zsh
  homebrew:
    packages:
      - fish
      - tmux
    update: true
script:
  - make test
  # LC_ALL=C to avoid escape codes in
  # printf %q $'\355\205\214\354\212\244\355\212\270' on macOS. Bash on
  # macOS is built without HANDLE_MULTIBYTE?
  - make install && ./install --all && LC_ALL=C tmux new-session -d && ruby test/test_go.rb --verbose