Navigation Menu

Skip to content

Commit

Permalink
travis: enable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 18, 2015
1 parent 43303e5 commit e1e4f00
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
notifications:
recipients:
- groonga-commit@lists.sourceforge.jp
language: c
compiler:
- gcc
- clang
# env:
# - GROONGA_MASTER=yes
install:
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
- sudo apt-get install -qq -y postgresql-server-dev-all
- sudo -u postgres -H createuser --superuser $USER
before_script:
- make DEBUG=1
- sudo make install
script:
- make installcheck

0 comments on commit e1e4f00

Please sign in to comment.