From f3fe74fd9c3552a2d15da20814d7083d24b1fa44 Mon Sep 17 00:00:00 2001 From: Matt Basta Date: Mon, 9 Dec 2013 11:00:59 -0800 Subject: [PATCH] Update tests path to be less relative --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8bea4e..d1e04bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ script: # Start the damper. - "nohup ../bin/damper &" # Run the unit tests. - - "DISPLAY=:99.0 ../casperjs/bin/casperjs test ./test" + - "DISPLAY=:99.0 ../casperjs/bin/casperjs test test/" # Generate include files. - "../bin/commonplace includes" # TODO: Test that the includes are there. @@ -45,4 +45,4 @@ script: # Recreate the files; test `commonplace init`. - "../bin/commonplace init" # Make sure `commonplace init` did what it was supposed to do. - - "DISPLAY=:99.0 ../casperjs/bin/casperjs test ./test" + - "DISPLAY=:99.0 ../casperjs/bin/casperjs test test/"