Last active
February 8, 2016 13:40
-
-
Save kozo2/6daa66327972fd7f24d4 to your computer and use it in GitHub Desktop.
uim travis
This file contains hidden or 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
| language: c | |
| sudo: false | |
| addons: | |
| apt: | |
| packages: | |
| - gcc | |
| - make | |
| - gettext | |
| - intltool | |
| install: | |
| - ./configure && make | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment