diff options
author | James Booth <boothj5@gmail.com> | 2016-09-03 22:25:26 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-09-03 22:25:26 +0100 |
commit | 22e53c9fdcd90a447f8dd8bad72ddbdb27adab11 (patch) | |
tree | 27b7116f016b952fd54e327fcef4587b7a0f93d9 | |
parent | 47a1a62009d411002d4e3b1d6eefd55ba2fe1011 (diff) | |
download | profani-tty-22e53c9fdcd90a447f8dd8bad72ddbdb27adab11.tar.gz |
Add travis build script
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f01c19d6..5c7435fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,5 +32,4 @@ install: - sudo make install - cd .. - rm -rf stabber - - ./bootstrap.sh -script: ./configure --enable-python-plugins --enable-c-plugins && make && make check +script: ./travis-build.sh |