Created
May 4, 2016 02:33
-
-
Save masiuchi/908b1722234825b66e5e36ea545a98d0 to your computer and use it in GitHub Desktop.
Use multiple languages in a build on Travis CI.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matrix: | |
include: | |
- language: perl | |
perl: "5.16" | |
- language: php | |
php: "5.4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment