neilpang 8 years ago
parent
commit
2ffab66d97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -21,7 +21,7 @@ install:
       brew update && brew install openssl && brew link openssl --force;
       _old_path="$PATH";
       export PATH="";
-      openssl version 2>&1 || true
+      openssl version 2>&1 || true;
       export PATH="$_old_path";
     fi