Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.travis.yml 436 B
language: ruby
dist: trusty
sudo: required
matrix:
  include:
    - env: TAGS=
      rvm: 2.3.3
#   - env: TAGS=tcell
#     rvm: 2.3.3

install:
- sudo add-apt-repository -y ppa:pi-rho/dev
- sudo apt-add-repository -y ppa:fish-shell/release-2
- sudo apt-get update
- sudo apt-get install -y tmux zsh fish

script: |
  make test install &&
  ./install --all &&
  tmux new "ruby test/test_go.rb > out && touch ok" && cat out && [ -e ok ]