diff options
author | Oxore <oxore@protonmail.com> | 2017-05-27 00:18:38 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-05-27 00:18:38 +0700 |
commit | 658aeeba0521b2df5a1ccbc0c2d3ced589570b7b (patch) | |
tree | eb145a43f9cfd43dd54edb1b2bf91ecfec6a71d0 /.travis.yml | |
parent | af7fb459999ab026de87654f69c50ebc4f8b4a6f (diff) |
Added -y flag
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 62b9ff7..9e9e390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: c script: - - sudo add-apt-repository ppa:sonkun/sfml-stable + - sudo add-apt-repository ppa:sonkun/sfml-stable -y - sudo apt-get update - - sudo apt-get install csfml + - sudo apt-get install csfml -y - make all compiler: |