Skip to content

Commit

Permalink
[CONFIG] - travis config update for hiredis
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Mar 30, 2017
1 parent f6f698d commit c6b4fcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# addons:
# sauce_connect: true

env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8

sudo: false
language: node_js

Expand Down

0 comments on commit c6b4fcd

Please sign in to comment.