diff options
author | Oxore <oxore@protonmail.com> | 2017-12-01 02:39:43 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-01 02:39:43 +0300 |
commit | 027a94b74a2ff36eddbffc1cce4dcdc14126c813 (patch) | |
tree | 009de8eeb8e49119fd513400be7420e4c3741758 | |
parent | 8e95c29f1fec9b73859b71fe5e7538a2b17e4d82 (diff) |
.travis.yml optimization
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 65050b1..8376b6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,10 @@ language: c os: osx -script: - - brew update +before_script: - brew install csfml + +script: - make all compiler: |