Skip to content

Commit

Permalink
Try a complex Travis CI matrix.
Browse files Browse the repository at this point in the history
This passes 'travis lint' but I don't know what that actually means.
  • Loading branch information
brixen committed Dec 5, 2015
1 parent f6534b1 commit e2a9354
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .travis.yml
Expand Up @@ -36,10 +36,20 @@ notifications:
on_success: change
on_failure: always
on_start: always
matrix:
include:
- env: RVM=rbx-2
os: osx
compiler: gcc
- env: RVM=2.2.0
os: linux
compiler: clang
- env: RVM=rbx-2
os: linux
compiler: clang
env:
matrix:
- RVM=2.2.0 LANG="en_US.UTF-8"
global:
- LANG="en_US.UTF-8"
- secure: olbok/GN6rOYvPnHBYWGz7giCoCdLFpT/7WSBHukYO3E0uNeqAUOOgW2BFOwCVWdSEJ/iTvJXZQ4qVZHX+6jRfvILZeGv+D2P93VdD8UFQRoTOfFC7esAo525s9fuKm9ehUGWZxlzGOBHHckky1jn6pEf8mlXAVM5e76dlH0fck=
- secure: aqG9eB/PrzQ7XJQN6YX/00sNVvwSB77saxXQzguL2WFjAXB74h6168Hzq+awHtNX/vfOb6ta7fpWLHrA0D+gmZnvTR29VlP6nd0vs1tkdX1/jWbiBHjamRffp+NWVdKbJKYn5iLOGXcuUMOzY/opLKOdvxKZfkxGMxR2tTNLZUE=
os:
Expand Down

0 comments on commit e2a9354

Please sign in to comment.