We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e35d commit b69b0e3Copy full SHA for b69b0e3
.travis.yml
@@ -8,13 +8,6 @@ matrix:
8
include:
9
- os: linux
10
compiler: gcc
11
- addons:
12
- apt:
13
- packages:
14
- # Our dev environment is a more recent GNU C++
15
- # note that Debian liblz4-dev no longer supports LZ4 frames
16
- # - liblz4-dev
17
- - shunit2
18
- os: osx
19
compiler: clang
20
script:
run_tests.sh
@@ -4,9 +4,6 @@
4
# curl -L "https://dl.dropboxusercontent.com/u/7916095/shunit2-2.0.3.tgz" | tar zx --overwrite
5
6
echo "Running tests..."
7
-./test/test_suite.sh
-echo $?
-echo "Run2..."
./test/test_suite.sh 2>&1 | tr '\r' '\n' > test.log
cat test.log
cat test.log | grep -q 'success rate: 100%'
0 commit comments