diff options
author | equal-l2 <eng.equall2@gmail.com> | 2017-09-19 09:15:12 +0900 |
---|---|---|
committer | equal-l2 <eng.equall2@gmail.com> | 2017-09-19 09:15:12 +0900 |
commit | d419103d5afe3b9fe087cdfe53ed23df2436ec6c (patch) | |
tree | 6b4334c1daac23b88ba926b306fcf9dadf6a35df | |
parent | 05b8e0c2ce8a157a72919840a17d49df72aff363 (diff) | |
download | mrust-d419103d5afe3b9fe087cdfe53ed23df2436ec6c.tar.gz |
Remove CMake update
Travis CI has moved from Precise to Trusty.
Since Trusty has CMake 3.2.2 by default, manual update isn't needed anymore.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1583c076..2d9b966c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,9 @@ addons: apt: sources: - ubuntu-toolchain-r-test - - george-edison55-precise-backports packages: - g++-6 - zlib1g-dev - - cmake cmake-data install: # Build mrustc |