Commit 0aa8af47 authored by Jorge Bucaran's avatar Jorge Bucaran

Add travis support via .travis.yml and bash bootstrap script

parent bb467f75
language: c
env:
- FISH_PPA=nightly-master
before_install:
- script/bootstrap.sh
script: fish ./spec/spec.fish
#!/usr/bin/env bash
ppa=ppa:fish-shell/${FISH_PPA:-nightly-master}
sudo add-apt-repository -y $ppa
sudo apt-get update
sudo apt-get -y install fish
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | FORK=bucaran fish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment