Skip to content

Commit

Permalink
Push down language section
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Mar 31, 2018
1 parent 1a95b6c commit 92c0c0e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ addons: &def_addons
target_paths:
- build/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER
- version/$(git describe --always --tags --match 'v?.?.?*' $TRAVIS_COMMIT)
language: c
env:
global:
- DEPSSRC=$HOME/local
Expand All @@ -15,6 +14,7 @@ env:
matrix:
include:
- compiler: x86_64-w64-mingw32-gcc
language: c
sudo: required
os: linux
env:
Expand All @@ -30,6 +30,7 @@ matrix:
- g++-mingw-w64-x86-64
- wine
- compiler: i686-w64-mingw32-gcc
language: c
sudo: required
os: linux
env:
Expand All @@ -45,19 +46,22 @@ matrix:
- g++-mingw-w64-i686
- wine
- compiler: "clang"
language: c
os: osx
env:
- PLATFORM=osx BITS=64 HOST=x86_64
- CHECK_RULE=check_sw GCOV= SDL=0
- PKG_RULE=gzip
- CXX=clang++
- compiler: "gcc"
language: c
os: osx
env:
- PLATFORM=osx BITS=64 HOST=x86_64
- CHECK_RULE=check_sw GCOV= JIT=0 SDL=0
- PKG_RULE=gzip
- compiler: "clang"
language: c
os: linux
env:
- PLATFORM=linux BITS=64 HOST=x86_64
Expand All @@ -71,6 +75,7 @@ matrix:
- libsdl2-dev
- libsdl2-image-dev
- compiler: "gcc"
language: c
os: linux
env:
- PLATFORM=linux BITS=64 HOST=x86_64
Expand Down

0 comments on commit 92c0c0e

Please sign in to comment.