Skip to content

Commit

Permalink
try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kerphi committed Sep 27, 2016
1 parent 53413b5 commit f76e58c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ language: generic
script: "export EZPAARSE_ENV=\"production\"; export EZPAARSE_DEBUG_LEVEL=\"pkb\"; make && make start && sleep 300; make test-pkb; make test"
services:
- mongodb
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
notifications:
email:
recipients:
Expand Down

0 comments on commit f76e58c

Please sign in to comment.