diff options
| author | ruki <[email protected]> | 2016-01-06 21:47:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-01-06 21:47:22 +0800 |
| commit | 745b9b716e26a8230cdc5044d677b8680b5278a3 (patch) | |
| tree | f4c1d400e89bf6e2babaa84ef16072805445f394 | |
| parent | f48c844dd7fae8070fc5f8d4975ca570293eae3a (diff) | |
add multiple operating system for travis
| -rw-r--r-- | .travis.yml | 5 | ||||
| -rwxr-xr-x | README.md | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 380cf4cb7..ebf7ae5ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ sudo: required -language: lua +language: C +os: + - linux + - osx install: - ./install @@ -1,4 +1,4 @@ -##The Automatic Cross-platform Build Tool [](https://api.travis-ci.org/waruqi) +##The Automatic Cross-platform Build Tool [](https://travis-ci.org/waruqi/xmake) ## introduction |
