Skip to content
This repository was archived by the owner on May 29, 2018. It is now read-only.

Commit edb5700

Browse files
committed
Removed some debugging from the travis config.
1 parent a4a2b82 commit edb5700

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ before_script:
6262

6363
script:
6464
- ./autogen.sh && ./configure
65-
- ls -l
66-
- ls -l tests
67-
- ls -l tests/vendor
68-
- ls -l tests/vendor/bin
69-
- make -d test
65+
- make test
7066

7167
cache:
7268
apt: true

0 commit comments

Comments
 (0)