We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9075a commit dc177eeCopy full SHA for dc177ee
.travis.yml
@@ -5,17 +5,13 @@ addons:
5
apt:
6
sources:
7
- boost-latest
8
-# - george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
9
-# - ubuntu-toolchain-r-test
10
packages:
11
-# - cmake
12
-# - cmake-data
13
- libboost-dev
14
os:
15
- linux
16
- # - osx
+ - osx
17
compiler:
18
- # - clang
+ - clang
19
- gcc
20
script:
21
- cmake -DCMAKE_BUILD_TYPE=Release && make -j4
README
@@ -1,3 +1,5 @@
1
+[](https://travis-ci.org/mhauskn/librcsc)
2
+
3
============
4
INTRODUCTION
0 commit comments