Remove duplicate destination decoding
[bitcoinplatinum.git] / src / leveldb / .travis.yml
blobf5bd74c4541263e5df4e598158879d78edb51cda
1 language: cpp
2 compiler:
3 - clang
4 - gcc
5 os:
6 - linux
7 - osx
8 sudo: false
9 before_install:
10 - echo $LANG
11 - echo $LC_ALL
12 script:
13 - make -j 4 check