Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | .travis.yml: Remove to-be-decommissioned precise |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
f17355cc63ceec4669e2585a68d8f98e |
| User & Date: | js 2019-08-22 18:47:47.000 |
Context
|
2019-08-22
| ||
| 19:01 | ofhttp: Allow sandbox to read continued files check-in: a93dc48427 user: js tags: trunk | |
| 18:47 | .travis.yml: Remove to-be-decommissioned precise check-in: f17355cc63 user: js tags: trunk | |
| 09:48 | OFFileManager: Improved dir creation in sandbox check-in: 9d23c7e1f9 user: js tags: trunk | |
Changes
Changes to .travis.yml.
| ︙ | ︙ | |||
15 16 17 18 19 20 21 |
compiler: gcc
dist: xenial
sudo: required
- os: linux
compiler: clang
dist: xenial
sudo: required
| < | | | < < < < < < < < | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
compiler: gcc
dist: xenial
sudo: required
- os: linux
compiler: clang
dist: xenial
sudo: required
- os: linux
compiler: gcc
dist: trusty
sudo: required
- os: linux
compiler: clang
dist: trusty
sudo: required
# macOS
- os: osx
osx_image: xcode10.2
language: objective-c
env:
|
| ︙ | ︙ |