From 7cafee39fcb65e5c34aeaf51800ebc7080cb5366 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 4 Jul 2014 19:18:19 -0700 Subject: [PATCH] Exclude the Windows-specific files from coveralls --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0957f5c2b..06ed698dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ script: - autoreconf -if - ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log - make -j3 all test - - coveralls --exclude vendor --exclude src --exclude build --exclude tools + - coveralls --exclude vendor --exclude src --exclude build --exclude tools --exclude libaegisub/windows notifications: email: - on_success: change