Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable automated testing with Travis CI #3

Closed
wants to merge 8 commits into from
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libxaw7-dev
script:
- cd x11
- ./configure --x-libraries=/usr/lib/x86_64-linux-gnu
- make

2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ curses for multiple platforms. The latest version can be found at:

For changes, see the [HISTORY](HISTORY.md) file.

Automatic buils status:
[![Travis](https://img.shields.io/travis/techtonik/PDCurses.svg?style=flat-square)](https://travis-ci.org/techtonik/PDCurses)

Legal Stuff
-----------
Expand Down