ObjFW  Check-in [5d91c2d97a]

Overview
Comment:.travis.yml: Disable Amiga till amiga-gcc is fixed

I should probably switch this to using binaries hosted by myself once
it's fixed again, so that I can only update the binary once it's tested
to be good.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5d91c2d97a84a07b2328221bc8e253bda7eb2ea56ad3a3ca8ddc98b4a5311dfa
User & Date: js on 2019-07-28 09:00:47
Other Links: manifest | tags
Context
2019-07-28
09:27
Replace custom code for MorphOS with stat() check-in: 1cf09c3b58 user: js tags: trunk
09:00
.travis.yml: Disable Amiga till amiga-gcc is fixed check-in: 5d91c2d97a user: js tags: trunk
2019-07-27
18:48
configure: Minor cleanup check-in: 77e05475e2 user: js tags: trunk
Changes

Modified .travis.yml from [3e6b5032ed] to [f5df37201d].

93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
    - os: osx
      osx_image: xcode6.4
      language: objective-c
      env:
        - config=ios

    # AmigaOS
    - os: linux
      dist: trusty
      env:
        - config=amigaos

    # Nintendo 3DS
    - os: linux
      dist: trusty
      env:
        - config=nintendo_3ds








|
|
|
|







93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
    - os: osx
      osx_image: xcode6.4
      language: objective-c
      env:
        - config=ios

    # AmigaOS
    #- os: linux
    #  dist: trusty
    #  env:
    #    - config=amigaos

    # Nintendo 3DS
    - os: linux
      dist: trusty
      env:
        - config=nintendo_3ds