Skip to content

Commit

Permalink
Trying to fix command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Apr 14, 2017
1 parent fad444e commit a2ba9f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ before_install:
sudo apt-get install -f -y --force-yes clang-$CLANG lldb-$CLANG
fi
- |
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
rvm get head
fi
script:
# Run the unit tests first
- |
Expand Down

0 comments on commit a2ba9f5

Please sign in to comment.