Add ghc 7.6 to travis build.

This commit is contained in:
Christopher Reichert 2015-01-11 10:56:02 -06:00
parent a9aec4a71e
commit 0d2af247fe
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,4 @@
language: haskell
ghc:
- 7.8
- 7.6

View File

@ -14,14 +14,14 @@ allows for easy management of your web apps.
## Quick Start
Do get Keter up-and-running quickly on an Ubuntu system, run:
To get Keter up-and-running quickly on an Ubuntu system, run:
wget -O - https://raw.githubusercontent.com/snoyberg/keter/master/setup-keter.sh | bash
(Note: you may need to run the above command twice, if the shell exits after
`apt-get` but before running the rest of its instructions.) This will download
and build Keter from source and get it running with a
default configuration. By default Keter will be set up to also support HTTPS, and
default configuration. By default Keter will be set up to support HTTPS and
will require you to provide a key and certificate in `/opt/keter/etc`. You can
disable HTTPS in `/opt/keter/etc/keter-config.yaml` by commenting the certificate
and key lines.