From 8049d52e93b19cfecee6c28732fa085bc29fb089 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 8 Oct 2014 21:08:44 -0400 Subject: [PATCH] Travis configuration now marks mktestconfig.sh as executable. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a56515f..6eae4d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: rust script: + - chmod +x mktestconfig.sh - ./mktestconfig.sh - cargo build --verbose - cargo test --verbose