Showing with 4 additions and 4 deletions.
  1. +4 −4 .travis.yml
@@ -63,15 +63,15 @@ jobs:

### Compile something to fail early
- stage: macos
name: "DEBUG: macOS 10.13 with Xcode 10.1"
name: "RELEASE: macOS 10.13 with Xcode 10.1"
os: osx
osx_image: xcode10.1
env: BUILD_TYPE=Debug BUILD_TRANSLATIONS=ON BUILD_WEBSITE_TOOLS=ON
env: BUILD_TYPE=Release BUILD_TRANSLATIONS=ON BUILD_WEBSITE_TOOLS=ON

- name: "RELEASE: macOS 10.13 with Xcode 10.1"
- name: "DEBUG: macOS 10.13 with Xcode 10.1"
os: osx
osx_image: xcode10.1
env: BUILD_TYPE=Release BUILD_TRANSLATIONS=ON BUILD_WEBSITE_TOOLS=ON
env: BUILD_TYPE=Debug BUILD_TRANSLATIONS=ON BUILD_WEBSITE_TOOLS=ON

### Separate stage to speed things up in case the regression test suite fails
### Building on the oldest and newest gcc