Browse Source

Forgot semicolon.

Alexander Gessler 10 years ago
parent
commit
09d1e53955
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -42,6 +42,6 @@ script:
     ./run.py ;
     ./run.py ;
     echo "==========================================================" ;
     echo "==========================================================" ;
     echo "REGRESSION TEST FAILURES (results/run_regression_suite_failures.csv)" ;
     echo "REGRESSION TEST FAILURES (results/run_regression_suite_failures.csv)" ;
-    chmod 755 result_checker.py
+    chmod 755 result_checker.py ;
     ./result_checker.py;
     ./result_checker.py;
     fi
     fi