Navigation Menu

Skip to content

Commit

Permalink
travis: use only GCC
Browse files Browse the repository at this point in the history
Groonga at master isn't needed.
  • Loading branch information
kou committed Jan 19, 2015
1 parent 8b4b1dc commit 29b9b07
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
@@ -1,16 +1,13 @@
notifications:
recipients:
- groonga-commit@lists.sourceforge.jp
# Need C++ for building Groonga
# language: c
language: cpp
language: c
compiler:
- gcc
- clang
addons:
postgresql: "9.3"
env:
- GROONGA_MASTER=yes
# 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-9.3
Expand Down

0 comments on commit 29b9b07

Please sign in to comment.