Skip to content

Commit b69b0e3

Browse files
committed
Travis: fixing tests on Linux
1 parent 7c0e35d commit b69b0e3

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ matrix:
88
include:
99
- os: linux
1010
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
1811
- os: osx
1912
compiler: clang
2013
script:

run_tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# curl -L "https://dl.dropboxusercontent.com/u/7916095/shunit2-2.0.3.tgz" | tar zx --overwrite
55

66
echo "Running tests..."
7-
./test/test_suite.sh
8-
echo $?
9-
echo "Run2..."
107
./test/test_suite.sh 2>&1 | tr '\r' '\n' > test.log
118
cat test.log
129
cat test.log | grep -q 'success rate: 100%'

0 commit comments

Comments
 (0)