From 1c4f9b6fdd72c0a327646966bc3628241ebac37a Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 3 Nov 2012 23:44:02 -0700 Subject: Fix Travis file after test-script changes from previous commit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a426b13..a07a55f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: - python setup.py install # Include the spec tests directory for Mustache spec tests and the # project directory for doctests. - - pystache-test ext/spec/specs . + - pystache-test . ext/spec/specs -- cgit v1.2.1