aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml18
-rw-r--r--README.md2
2 files changed, 19 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..c5874530
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,18 @@
+language: cpp
+compiler:
+ - gcc
+ - clang
+before_install:
+ - sudo apt-get update
+install:
+ - sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen
+script:
+ - autoreconf
+ - ./configure
+ - make
+ - sudo make install
+ - make test
+notifications:
+ irc:
+ channels:
+ - "irc.oftc.net#fish"
diff --git a/README.md b/README.md
index 10df81d9..6b7464c5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[fish](http://fishshell.com/) - the friendly interactive shell
+[fish](http://fishshell.com/) - the friendly interactive shell [![Build Status](https://travis-ci.org/fish-shell/fish-shell.png?branch=travis)](https://travis-ci.org/zanchey/fish-shell)
================================================
fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required.