diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-09 07:01:26 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-09 07:01:26 -0500 |
commit | 9e090286b55def5ca2c0cc375c65023a70d8796e (patch) | |
tree | 1ef4e508d0c3ed6c0ff637c2e0d6f2f60afcdfaf | |
parent | f6999fbe4bc393f1410c45d1452680f92ff28e5d (diff) | |
download | portable-9e090286b55def5ca2c0cc375c65023a70d8796e.tar.gz portable-9e090286b55def5ca2c0cc375c65023a70d8796e.tar.bz2 portable-9e090286b55def5ca2c0cc375c65023a70d8796e.zip |
remove builtin travis cmake because it is too old
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 1aaab8a..fa4600b 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -22,8 +22,3 @@ matrix: | |||
22 | 22 | ||
23 | script: | 23 | script: |
24 | "./scripts/travis" | 24 | "./scripts/travis" |
25 | |||
26 | addons: | ||
27 | apt: | ||
28 | packages: | ||
29 | - cmake | ||