neil 8 years ago
parent
commit
fa6e174651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -16,7 +16,7 @@ addons:
     packages:
     - shellcheck
 
-before_install:
+install:
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
       brew update && brew install openssl && brew link openssl --force;
     fi