diff options
author | Oxore <oxore@protonmail.com> | 2017-05-27 01:42:43 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-05-27 01:42:43 +0700 |
commit | 5380835ad7f6856ca6c2658a4bc10cb678ca597e (patch) | |
tree | 213e1e07d79b84c6551aaa6a208aa298e132a28b /.travis.yml | |
parent | 848c3fff138f0bf3097ebea9358013863db1b51e (diff) |
Removed "brew update" command
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 65050b1..868c3e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: c os: osx script: - - brew update - brew install csfml - make all |