diff --git a/.travis-init.sh b/.travis-init.sh index f07f0146..abefbe94 100755 --- a/.travis-init.sh +++ b/.travis-init.sh @@ -64,7 +64,7 @@ run_tests() { if [ "$VERBOSE" = "yes" ]; then export TRACE=--backtrace fi - script -e -c "bundle exec rspec plugins\\$PLUGIN\spec $TRACE" + script -e -c "bundle exec rspec plugins/$PLUGIN/spec $TRACE" else if [ "$VERBOSE" = "yes" ]; then export TRACE=--trace